ESRI.ArcGIS.ADF.ArcGISServer
WeightName Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > NetWeight Class : WeightName Property




Name of the network weight described by this NetWeight object.

Syntax

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

See Also

© 2010 All Rights Reserved.