Constable Authorization Engine 2.0 BETA

AuthorizationPolicy.IsPropertyChangeable Method (PropertyRule)

[This is preliminary documentation and subject to change.]

Returns a value specifying if the Property associated with the given rule is changeable in the current authorization context.

[Visual Basic]
Overridable Overloads Public Function IsPropertyChangeable( _
   ByVal rule As PropertyRule _
) As Boolean
[C#]
public virtual bool IsPropertyChangeable(
   PropertyRule rule
);

Parameters

rule
The PropertyRule whose associated Property's changeability is queried.

Return Value

true if the associated property is changeable; false otherwise.

See Also

AuthorizationPolicy Class | LaMarvin.Constable Namespace | AuthorizationPolicy.IsPropertyChangeable Overload List