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