ApprovalRequestData.ApprovalDecisionMaker 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 display name of the moderator who approved or rejected the request.
public:
property System::String ^ ApprovalDecisionMaker { System::String ^ get(); };
public string ApprovalDecisionMaker { get; }
Public ReadOnly Property ApprovalDecisionMaker As String
Property Value
Remarks
If the value of the ApprovalDecision property is 0, indicating that a decision has not yet been made, the value of the ApprovalDecisionMaker property will be a null reference (Nothing in Visual Basic).