ArcGIS API for Windows Phone - Library Reference
GPString Constructor
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > GPString Class : GPString Constructor

name
The name of the parameter.
value
The value of the parameter.
Initializes a new instance of the GPString class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal value As String _
)
C# 
public GPString( 
   string name,
   string value
)

Parameters

name
The name of the parameter.
value
The value of the parameter.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.