ClientNotificationSubscription.IdentityId Property

Namespace:  Microsoft.VisualStudio.Services.ClientNotification
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property IdentityId As Guid
[DataMemberAttribute]
public Guid IdentityId { get; set; }
[DataMemberAttribute]
public:
property Guid IdentityId {
    Guid get ();
    void set (Guid value);
}
[<DataMemberAttribute>]
member IdentityId : Guid with get, set
function get IdentityId () : Guid 
function set IdentityId (value : Guid)

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

ClientNotificationSubscription Class

Microsoft.VisualStudio.Services.ClientNotification Namespace