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




Type of data used in this network attribute.

Syntax

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

See Also

© 2010 All Rights Reserved.