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