The associated Name object.
[Visual Basic 6.0] Property FullName As IName
[Visual Basic .NET] Public ReadOnly Property FullName As IName
[C#] public IName FullName {get;}
[Java] public IName getFullName() throws IOException, AutomationException
[C++] HRESULT get_FullName( IName** Name );
The FullName property returns the full name of the DataType object, which is an IName object.
IGPDataType Interface | IName Interface