Interface IPolicyAssignable
Implemented by all classes to which a collection of Policy items can be assigned.
Namespace: Quantellia.WMServer.Auth
Assembly: WMServer.dll
Syntax
public interface IPolicyAssignable
Properties
Policies
The list of policies assigned to this instance.
Declaration
List<Policy> Policies { get; }
Property Value
Type | Description |
---|---|
List<Policy> |