ParentOwnersCanEdit property

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.

Syntax


C++

HRESULT get_ParentOwnersCanEdit(VARIANT_BOOL* pParentOwnersCanEdit)

HRESULT put_ParentOwnersCanEdit(VARIANT_BOOL myParentOwnersCanEdit)

Scripting languages

object.ParentOwnersCanEdit = Boolean

Boolean = object.ParentOwnersCanEdit

Home

Applies to
IERUAccessControl