public bool EvaluationApproved { get; set; }
Public Property EvaluationApproved As Boolean Get Set
public: property bool EvaluationApproved { bool get (); void set (bool value); }
member EvaluationApproved : bool with get, set
In This Article