IRepositoryObject2 Properties Property

Meta Data Services Programming

Meta Data Services Programming

IRepositoryObject2 Properties Property

The Properties property allows the application to obtain all properties for the object, regardless of which interface they are defined on.

Syntax

HRESULT Size (

    VARIANT        *pIReposProps

);

Dispatch Identifier:   DISPID_IRepositoryObject2_Properties = 1000

Parameters

*pIReposProps

[out]

Return Value

S_OK

The method completed successfully.

Error Values

None.

See Also

IRepositoryObject2 Interface