Constable Authorization Engine 2.0 BETA

ObjectBase.Policy Property

[This is preliminary documentation and subject to change.]

Gets a reference to the AuthorizationPolicy instance that contains this object.

[Visual Basic]
Public ReadOnly Property Policy As AuthorizationPolicy
[C#]
public LaMarvin.Constable.AuthorizationPolicy Policy {get;}

Property Value

A reference to the AuthorizationPolicy instance that contains this object or a null reference (Nothing in Visual Basic) if this object isn't contained in a policy.

See Also

ObjectBase Class | LaMarvin.Constable.Model Namespace