Share via


NotificationContext.ClientId Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

NotificationContext Class

Microsoft.VisualStudio.Services.Client Namespace