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