This document is archived and information here might be outdated.  Recommended version.


IGPFieldInfoProperty.Alias Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFieldInfoProperty Interface > IGPFieldInfoProperty.Alias Property
ArcGIS Developer Help

IGPFieldInfoProperty.Alias Property

FieldInfo Property Alias.

[Visual Basic .NET]
Public Property Alias As String
[C#]
public string Alias {get; set;}
[C++]
HRESULT get_Alias(
  System.String* Alias
);
[C++]
HRESULT put_Alias(
  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

IGPFieldInfoProperty Interface