ESRI.ArcGIS.ADF.ArcGISServer
ChoiceList Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GPParameterInfo Class : ChoiceList Property




Syntax

Visual Basic (Declaration) 
<XmlArrayAttribute(XmlSchemaForm.Unqualified)>
<XmlArrayItemAttribute(ElementName="String", Form=XmlSchemaForm.Unqualified)>
Public Property ChoiceList As String()
Visual Basic (Usage)Copy Code
Dim instance As GPParameterInfo
Dim value() As String
 
instance.ChoiceList = value
 
value = instance.ChoiceList
C# 
[XmlArrayAttribute(XmlSchemaForm.Unqualified)]
[XmlArrayItemAttribute(ElementName="String", Form=XmlSchemaForm.Unqualified)]
public string[] ChoiceList {get; set;}

See Also

© 2010 All Rights Reserved.