ESRI.ArcGIS.ADF.ArcGISServer.Editor
FieldName Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > AttributeDisplayOverride Class : FieldName Property




The field name of the attribute.

Syntax

Visual Basic (Declaration) 
<XmlAttributeAttribute()>
Public Property FieldName As String
Visual Basic (Usage)Copy Code
Dim instance As AttributeDisplayOverride
Dim value As String
 
instance.FieldName = value
 
value = instance.FieldName
C# 
[XmlAttributeAttribute()]
public string FieldName {get; set;}

See Also

© 2010 All Rights Reserved.