IReposProperty2 IsReadOnly Property

Meta Data Services Programming

Meta Data Services Programming

IReposProperty2 IsReadOnly Property

The IsReadOnly property indicates whether a property is read-only.

Syntax

HRESULT IsReadOnly(

VARIANT_BOOL        *pIsReadOnly

);

Dispatch Identifier:   DISPID_IReposProperty2_IsReadOnly = 44

Parameters

*pIsReadOnly

[out]
TRUE if the property is a derived member.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IReposProperty2 Interface