ApprovalRequirement property

Sets or returns whether all names identified as approvers must sign off, or whether approval by any one of them is sufficient.

Syntax


C++

HRESULT get_ApprovalRequirement(ERUApprovalReq* pApprovalRequirement)

HRESULT put_ApprovalRequirement(ERUApprovalReq approvalRequirement)

Scripting languages

requirement = object.ApprovalRequirement

object.ApprovalRequirement = requirement

Legal values


The value for ERUApprovalReq is specified by the ERUApprovalReq enum.

Remarks


You can only set the ApprovalRequirement property if the DataType property is set to erCellDataTypeApproval. Otherwise, ApprovalRequirement returns the error EROOM_E_INVALIDOPERATION.

Home

Applies to

IERUDBColumn


See also

Databases