| PubSubSubscriptionDefinitionIsActive Property |
True if is active
Namespace:
SanteDB.Core.PubSub
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public bool IsActive { get; set; }
Public Property IsActive As Boolean
Get
Set
public:
property bool IsActive {
bool get ();
void set (bool value);
}
member IsActive : bool with get, set
Property Value
Type:
BooleanSee Also