ExternalId Property

Chat2Desk

Chat2Desk

Client..::..ExternalId Property

Дополнительный идентификатор

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

Syntax


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