ArcObjects Library Reference (GeoDatabase)  

IGPDataType.FullName Property

The associated Name object.

[Visual Basic .NET]
Public ReadOnly Property FullName As IName
[C#]
public IName FullName {get;}
[C++]
HRESULT get_FullName(
  IName** Name
);
[C++]

Parameters

Name [out, retval]

  Name is a parameter of type IName

Product Availability

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

Remarks

The FullName property returns the full name of the DataType object, which is an IName object.

See Also

IGPDataType Interface | IName Interface