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.
This method failed to complete successfully.