Gets a value indicating the alternate name / tooltip.
Syntax
public string AlternateName {get;}
public: __property string* get_AlternateName();
'Declaration
Public ReadOnly Property AlternateName As String
'Usage
Dim instance As Field
Dim value As String
value = instance.AlternateName
Property Value
The alternate field name that is used in place of the partial name when the field
is identified in the user interface.
See Also