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