[Missing <summary> documentation for "P:WorkZone.Dispatcher.Base.PrintTypeParameter.AllowNull"]
public bool AllowNull { get; set; }
Public Property AllowNull As Boolean
Get
Set
public:
property bool AllowNull {
bool get ();
void set (bool value);
}
member AllowNull : bool with get, set