ArcObjects Library Reference (Geoprocessing)  

IGPFieldInfoProperty3.RealAlias Property

FieldInfo Property Real Alias.

[Visual Basic .NET]
Public Property RealAlias As String
[C#]
public string RealAlias {get; set;}
[C++]
HRESULT get_RealAlias(
  BSTR* Alias
);
[C++]
HRESULT put_RealAlias(
  BSTR Alias
);
[C++]

Parameters

Alias [out, retval]   Alias is a parameter of type BSTR Alias [in]   Alias is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPFieldInfoProperty3 Interface