| PubSubSubscriptionDefinitionNotBefore Property |
Starts when
Namespace:
SanteDB.Core.PubSub
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public DateTime? NotBefore { get; set; }
Public Property NotBefore As DateTime?
Get
Set
public:
property Nullable<DateTime> NotBefore {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member NotBefore : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also