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