GroupId Property

Chat2Desk

Chat2Desk

Tag..::..GroupId Property

Id группы тега

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

Syntax


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