Constable Authorization Engine 2.0 BETA

IPolicyDesignContextControl.PolicyDocument Property

[This is preliminary documentation and subject to change.]

Gets or sets the PolicyDocument that should be associated with the control.

[Visual Basic]
Property PolicyDocument As PolicyDocument
[C#]
Persistence.PolicyDocument PolicyDocument {get; set;}

Remarks

Typically, implementations will save the PolicyDocument reference to a member variable and also subscribe to the PolicyChanged and PolicyDocument.Policy.InstanceChanged events in order to refresh the control display whenever the policy or the policy document change.

See Also

IPolicyDesignContextControl Interface | LaMarvin.Constable.Design Namespace