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