Name Property

Chat2Desk

Chat2Desk

Template..::..Name Property

Название

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

Syntax


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