ESRI.ArcGIS.ADF.Web.DataSources
Values Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > GPMultiValue Class : Values Property




Syntax

Visual Basic (Declaration) 
<XmlArrayAttribute(XmlSchemaForm.Unqualified)>
<XmlArrayItemAttribute(XmlSchemaForm.Unqualified)>
Public Property Values As GPValue()
Visual Basic (Usage)Copy Code
Dim instance As GPMultiValue
Dim value() As GPValue
 
instance.Values = value
 
value = instance.Values
C# 
[XmlArrayAttribute(XmlSchemaForm.Unqualified)]
[XmlArrayItemAttribute(XmlSchemaForm.Unqualified)]
public GPValue[] Values {get; set;}

See Also

© 2010 All Rights Reserved.