Share via


IsReadOnly_PDEF Property

The IsReadOnly_PDEF property contains the flag that indicates whether a property is read-only.

Property IsReadOnly_PDEF As Boolean[C++]
Get method:
HRESULT get_IsReadOnly_PDEF(VARIANT_BOOL*pIsReadOnly_PDEF);
Put method:
HRESULT put_IsReadOnly_PDEF(VARIANT_BOOLvarIsReadOnly_PDEF);

[Visual Basic]

Parameters

None.

Return Values

This property returns a Boolean that contains the flag that indicates whether a property is read-only.

Error Values

If an error is raised, Err.Number is set to one of the values documented on the Error Messages page.

[C++]

Parameters

Get method:

  • pIsReadOnly_PDEF
    [out, retval] Pointer to a VARIANT_BOOL that contains the flag that indicates whether a property is read-only.

Put method:

  • varIsReadOnly_PDEF
    [in] VARIANT_BOOL that contains the flag that indicates whether a property is read-only.
Return Value

For a list of error messages returned by SharePoint Portal Server, see Error Messages.

Remarks

When the IsReadonly_PDEF property is VARIANT_TRUE, the value of the property defined by this definition cannot be modified.