IRepositoryObject2 ClassType Property

Meta Data Services Programming

Meta Data Services Programming

IRepositoryObject2 ClassType Property

The ClassType property returns an in-memory pointer to a ClassDef object. An object type is identified by its object identifier.

Syntax

HRESULT ClassDef (

    VARIANT    *plClassDef

);

Dispatch Identifier:   DISPID_IRepositoryObject2_ClassType = 30

Parameters

*plClassDef

[out]
A pointer to the ClassDef object.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IRepositoryObject2 Interface

Repository Identifiers