SecurityFilter Permissions Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Gets/sets permissions that get checked by this filter instance

Namespace: NFX.Wave.Filters
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public IEnumerable<Permission> Permissions { get; set; }

Property Value

Type: OnlineIEnumerable Permission 
See Also