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