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