ClientId Property

Chat2Desk

Chat2Desk

Message..::..ClientId Property

Id клиента

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

Syntax


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