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