Constable Authorization Engine 2.0 BETA

AuthorizationPolicy.IsPropertyChangeable Method (Property)

[This is preliminary documentation and subject to change.]

Returns a value specifying if the Property is changeable in the current authorization context.

[Visual Basic]
Overloads Public Function IsPropertyChangeable( _
   ByVal property As Property _
) As Boolean
[C#]
public bool IsPropertyChangeable(
   Property property
);

Parameters

property
The Property whose changeability is queried.

Return Value

true if the property is changeable; false otherwise.

See Also

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