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 a Name object for the dataset. The Name object can be persisted and provides a way to get back to the dataset in a future session of the application, via the Open method on the Name object.