IPrincipal.IsInRole Method
.NET Framework 3.0
Determines whether the current principal belongs to the specified role.
Namespace: System.Security.Principal
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
'Declaration Function IsInRole ( _ role As String _ ) As Boolean 'Usage Dim instance As IPrincipal Dim role As String Dim returnValue As Boolean returnValue = instance.IsInRole(role)
boolean IsInRole ( String role )
function IsInRole ( role : String ) : boolean
Not applicable.
Parameters
- role
The name of the role for which to check membership.
Return Value
true if the current principal is a member of the specified role; otherwise, false.Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: