| Constable Authorization Engine 2.0 BETA |
|
AuthorizationPolicy.IsPropertyChangeable Method (String)
[This is preliminary documentation and subject to change.]
Returns a value specifying if the Property with the given Id is changeable in the current authorization context.
[Visual Basic]
Overloads Public Function IsPropertyChangeable( _
ByVal
propertyId As
String _
) As
Boolean
[C#]
public
bool IsPropertyChangeable(
string propertyId);
Parameters
-
propertyId
- The Id of 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