IReposProperty2 IsOriginCollection Property

Meta Data Services Programming

Meta Data Services Programming

IReposProperty2 IsOriginCollection Property

The IsOriginCollection property indicates whether the collection is the origin of the relationship.

Syntax

HRESULT IsOriginCollection (

    VARIANT_BOOL        *pIsOrigin

);

Dispatch Identifier:   DISPID_IReposProperty2_IsOriginCollection = 43

Parameters

*pIsOrigin

[out]
TRUE if the collection is the origin of the relationship.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IReposProperty2 Interface