GetAllRoles Method
Summary
Retrieves all roles defined by the server.
Syntax
public string[] GetAllRoles(
string extraData
)
Public Function GetAllRoles( _
ByVal extraData As String _
) As String()
public:
array<String^>^ GetAllRoles(
String^ extraData
)
Parameters
Return Value
An array of strings representing the defined server roles.