Determines whether a dbrow is editable by the owners of the containing database item. Currently, this property is supported by DBRows only. Other item types return an E_NOTIMPL error.
HRESULT get_ParentOwnersCanEdit(VARIANT_BOOL* pParentOwnersCanEdit)
ParentOwnersCanEdit
HRESULT put_ParentOwnersCanEdit(VARIANT_BOOL myParentOwnersCanEdit)
Scripting languages
object.ParentOwnersCanEdit = Boolean
Boolean = object.ParentOwnersCanEdit
Home Applies to IERUAccessControl