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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ClientNotificationSubscription Class
Microsoft.VisualStudio.Services.ClientNotification Namespace