ChannelId Property

Chat2Desk

Chat2Desk

ClientTransports..::..ChannelId Property

Id канала

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

Syntax


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