| RealtimeUpdateItemObject Property |
Gets or sets the object.
Namespace: InstaSharp.ModelsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public string Object { get; set; }
Public Property Object As String
Get
Set
public:
property String^ Object {
String^ get ();
void set (String^ value);
}
member Object : string with get, set
Property Value
Type:
String
The object.
See Also