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




Name of this network attribute.

Syntax

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

See Also

© 2010 All Rights Reserved.