C-DEngine 5.105

NetworkCredential..::..Roles Property

Gets the role names to which the user associated with the credentials belongs.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string[] Roles { get; set; }
Public Property Roles As String()
	Get
	Set
public:
property array<String^>^ Roles {
	array<String^>^ get ();
	void set (array<String^>^ value);
}

Field Value

An array of String that contains the role names to which the user associated with the credentials belongs if any.