IRepositoryObject2 ClassName Property

Meta Data Services Programming

Meta Data Services Programming

IRepositoryObject2 ClassName Property

The ClassName property identifies the name of the class where the property is used.

Syntax

HRESULT ClassName (

    BSTR        *pClassName

);

Dispatch Identifier:   DISPID_IRepositoryObject2_ClassName = 31

Parameters

*pClassName

[out, retval]
A pointer to the string that contains the name of the class.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IRepositoryObject2 Interface