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




Indicates if this network assignment is associated with a network element type. Otherwise this network assignment is associated with a network source.

Syntax

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

See Also

© 2010 All Rights Reserved.