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