ESRI.ArcGIS.ADF.ArcGISServer
AttributeParameters Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > NetworkAttribute Class : AttributeParameters Property




Syntax

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

See Also

© 2010 All Rights Reserved.