ApprovalRequestData.ApprovalDecision Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
0 | A decision has not been made. |
1 | The request was approved. |
2 | The request was rejected. |