This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IP > IPersistVariant Interface > IPersistVariant.ID Property (ArcObjects .NET 10.5 SDK) |
The ID of the object.
[Visual Basic .NET] Public ReadOnly Property ID As UID
[C#] public UID ID {get;}
[C++]
HRESULT get_ID(
IUID** objectID
);
[C++]
Parameters objectID [out, retval]
objectID is a parameter of type IUID
Returns a UID or a the fully-qualified class name of your class.