ImgurUploaderClientId Property
Gets the unique client identifier that is provided with the imgur API application registration.
Example Id: "dc3e850cd310754"
Namespace: DevCase.ThirdParty.ImgurAssembly: DevCase.net48.ThirdParty.Imgur (in DevCase.net48.ThirdParty.Imgur.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string ClientId { get; }
Public ReadOnly Property ClientId As String
Get
Dim instance As ImgurUploader
Dim value As String
value = instance.ClientId
public:
property String^ ClientId {
String^ get ();
}
member ClientId : string with get
No code example is currently available or this language may not be supported.
Property Value
String