GroupName Property

Chat2Desk

Chat2Desk

Tag..::..GroupName Property

Имя группы

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

Syntax


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