Role Property

Chat2Desk

Chat2Desk

Operator..::..Role Property

Роль

Namespace:  Chat2Desk.Types
Assembly:  Chat2Desk (in Chat2Desk.dll)

Syntax


[JsonPropertyAttribute]
public Role Role { get; set; }
<JsonPropertyAttribute> _
Public Property Role As Role
	Get
	Set
[JsonPropertyAttribute]
public:
property Role^ Role {
	Role^ get ();
	void set (Role^ value);
}