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


IMetadataSynchronizer.ClassID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IMetadataSynchronizer.ClassID Property

The class ID of the metadata synchronizer.

[Visual Basic .NET]
Public ReadOnly Property ClassID As UID
[C#]
public UID ClassID {get;}
[C++]
HRESULT get_ClassID(
  IUID** ClassID
);
[C++]

Parameters ClassID [out, retval]
ClassID is a parameter of type IUID

Product Availability

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

Description

A UID object that must be unique to the synchronizer.

See Also

IMetadataSynchronizer Interface