ApprovalRequestData.ApprovalDecision Property

Definition

Gets the approval decision on the approval request message.

public:
 property int ApprovalDecision { int get(); };
public int ApprovalDecision { get; }
Public ReadOnly Property ApprovalDecision As Integer

Property Value

Remarks

The value of the ApprovalDecision property indicates the decision made by the moderator on an approval request. The property can have one of the values in the following table.

0A decision has not been made.
1The request was approved.
2The request was rejected.

Applies to