ESRI.ArcGIS.ADF.ArcGISServer
ArrayOfShield Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > Shields Class : ArrayOfShield Property




Syntax

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

See Also

© 2010 All Rights Reserved.