CompanyName Property

Chat2Desk

Chat2Desk

Info..::..CompanyName Property

Название компании

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

Syntax


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