 | PubSubSubscriptionDefinitionNotBefore Property |
Starts when
Namespace: SanteDB.Core.PubSubAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic 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
NullableDateTime
See Also