RemoteId Property

Chat2Desk

Chat2Desk

Message..::..RemoteId Property

RemoteId

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

Syntax


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