ChannelId Property

Chat2Desk

Chat2Desk

Message..::..ChannelId Property

Id канала

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

Syntax


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