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