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