ApprovalRequestData.ApprovalDecisionTime 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 time at which a moderator approved or rejected the request.
public:
property DateTime ApprovalDecisionTime { DateTime get(); };
public DateTime ApprovalDecisionTime { get; }
Public ReadOnly Property ApprovalDecisionTime As DateTime
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 ApprovalDecisionTime property will be MinValue.