VssOAuthCredential.ClientId Property

Gets the client id.

Namespace:  Microsoft.VisualStudio.Services.Client
Assembly:  Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)

Syntax

'Declaration
Public ReadOnly Property ClientId As String
public string ClientId { get; }
public:
property String^ ClientId {
    String^ get ();
}
member ClientId : string with get
function get ClientId () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

VssOAuthCredential Class

Microsoft.VisualStudio.Services.Client Namespace