Label Property

Chat2Desk

Chat2Desk

Tag..::..Label Property

Лэйбл

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

Syntax


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