OfflineType Property

Chat2Desk

Chat2Desk

Operator..::..OfflineType Property

OfflineType

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

Syntax


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