ESRI.ArcGIS.ADF.ArcGISServer
TableName Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > NetWeightAssociation Class : TableName Property




Name of the table to which this weight is associated.

Syntax

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

See Also

© 2010 All Rights Reserved.