ESRI.ArcGIS.ADF.ArcGISServer
Strings Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > NACompactStreetDirection Class : Strings Property




Syntax

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

See Also

© 2010 All Rights Reserved.