Show / Hide Table of Contents

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>
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE