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