 | DefaultPolicyDecisionServiceEffectivePolicyInstanceRule Property |
Gets or sets the rule
Namespace: SanteDB.Core.SecurityAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic PolicyGrantType Rule { get; set; }Public Property Rule As PolicyGrantType
Get
Set
public:
property PolicyGrantType Rule {
PolicyGrantType get ();
void set (PolicyGrantType value);
}member Rule : PolicyGrantType with get, set
Property Value
PolicyGrantType
See Also