[Missing <summary> documentation for "P:WorkZone.Dispatcher.Base.Material.Mandatory"]
public bool? Mandatory { get; }
Public ReadOnly Property Mandatory As Boolean?
Get
public:
virtual property Nullable<bool> Mandatory {
Nullable<bool> get () sealed;
}
abstract Mandatory : Nullable<bool> with get
override Mandatory : Nullable<bool> with get