| RealtimeUpdateItemSubScriptionId Property |
Gets or sets the sub scription identifier.
Namespace: InstaSharp.ModelsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public int SubScriptionId { get; set; }
Public Property SubScriptionId As Integer
Get
Set
public:
property int SubScriptionId {
int get ();
void set (int value);
}
member SubScriptionId : int with get, set
Property Value
Type:
Int32
The sub scription identifier.
See Also