Constable Authorization Engine 2.0 BETA

DynamicPrincipal.IsInRole Method 

[This is preliminary documentation and subject to change.]

Returns the value of the IsInRoleResult property.

[Visual Basic]
Overridable Public Function IsInRole( _
   ByVal role As String _
) As Boolean _
    Implements IPrincipal.IsInRole
[C#]
public virtual bool IsInRole(
   string role
);

Parameters

role
The role name is not used by this implementation.

Return Value

The value of the IsInRoleResult property.

Implements

IPrincipal.IsInRole

See Also

DynamicPrincipal Class | LaMarvin.Constable.Principal Namespace