OperatorId Property

Chat2Desk

Chat2Desk

Message..::..OperatorId Property

Id оператора

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

Syntax


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