RoleExists Method
Summary
Checks if a role defined by the server.
Syntax
[OperationContractAttribute()]
public bool RoleExists(
string RoleName,
string extraData
)
<OperationContractAttribute()>
Function RoleExists( _
ByVal RoleName As String, _
ByVal extraData As String _
) As Boolean
[OperationContractAttribute()]
bool RoleExists(
String^ RoleName,
String^ extraData
)
Parameters
RoleName
A System.String representing the role name to check for.
Return Value
true if the role name is defined by the server; otherwise false.