ESRI.ArcGIS.ADF.ArcGISServer
AttributeParameterValues Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > NAServerSolverParams Class : AttributeParameterValues Property




Syntax

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

See Also

© 2010 All Rights Reserved.