ApprovalRequestData.ApprovalDecisionTime Property

Definition

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.

Applies to