Coordinates Property

Chat2Desk

Chat2Desk

Message..::..Coordinates Property

Coordinates

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

Syntax


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