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


IPersistVariant.ID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

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