OperatorId Property

Chat2Desk

Chat2Desk

Dialog..::..OperatorId Property

Id оператора

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

Syntax


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