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