 | PubSubSubscriptionDefinitionNotAfter Property |
Not after
Namespace: SanteDB.Core.PubSubAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic DateTime? NotAfter { get; set; }Public Property NotAfter As DateTime?
Get
Set
public:
property Nullable<DateTime> NotAfter {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}member NotAfter : Nullable<DateTime> with get, set
Property Value
NullableDateTime
See Also