ESRI.ArcGIS.ADF.ArcGISServer
NetworkElementType Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > NetworkAssignment Class : NetworkElementType Property




The network element type of the network assignment. This property only applies if IsDefault is true.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(Form=XmlSchemaForm.Unqualified, IsNullable=True)>
Public Property NetworkElementType As Nullable(Of esriNetworkElementType)
Visual Basic (Usage)Copy Code
Dim instance As NetworkAssignment
Dim value As Nullable(Of esriNetworkElementType)
 
instance.NetworkElementType = value
 
value = instance.NetworkElementType
C# 
[XmlElementAttribute(Form=XmlSchemaForm.Unqualified, IsNullable=true)]
public Nullable<esriNetworkElementType> NetworkElementType {get; set;}

See Also

© 2010 All Rights Reserved.