ESRI.ArcGIS.ADF.ArcGISServer
AliasName Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > Field Class : AliasName Property




The alias name of the field.

Syntax

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

See Also

© 2010 All Rights Reserved.