ESRI.ArcGIS.ADF.ArcGISServer
GeometricNetworkName Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometricNetworkMembership Class : GeometricNetworkName Property




The name of the Geometric Network this feature participates in.

Syntax

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

See Also

© 2010 All Rights Reserved.