Constable Authorization Engine 2.0 BETA

VisibleOption Enumeration

[This is preliminary documentation and subject to change.]

Specifies the required value of the IsVisible property for rules to be returned from the GetDefinedActionRules and GetDefinedPropertyRules methods.

[Visual Basic]
<Serializable>
Public Enum VisibleOption
[C#]
[Serializable]
public enum VisibleOption

Members

Member Name Description
Visible Return only rules with the IsVisible property set to true.
NotVisible Return only rules with the IsVisible property set to false.
Any Return rules regardless of the IsVisible property value.

Requirements

Namespace: LaMarvin.Constable

Assembly: LaMarvin.Constable (in LaMarvin.Constable.dll)

See Also

LaMarvin.Constable Namespace