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