| PubSubSubscriptionDefinitionNotAfter Property |
Not after
Namespace:
SanteDB.Core.PubSub
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public 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
Type:
NullableDateTimeSee Also