  | GenericPolicyIsActive Property  | 
 
            Returns true if the policy is active
            
 
    Namespace: 
   SanteDB.Core.Security
    Assembly:
   SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntaxpublic bool IsActive { get; }Public ReadOnly Property IsActive As Boolean
	Get
public:
virtual property bool IsActive {
	bool get () sealed;
}abstract IsActive : bool with get
override IsActive : bool with get
Property Value
Type: 
BooleanImplements
IPolicyIsActive
See Also