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