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




Usage type of this network attribute.

Syntax

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

See Also

© 2010 All Rights Reserved.