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


IPersistVariant.ID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IP > IPersistVariant Interface > IPersistVariant.ID Property
ArcGIS Developer Help

IPersistVariant.ID Property

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**

Product Availability

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

Description

Returns a UID or a the fully-qualified class name of your class.

See Also

IPersistVariant Interface