ClientRightsEnvelope.UserId Property
Namespace: Microsoft.VisualStudio.Services.Licensing
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Property UserId As Guid
public Guid UserId { get; set; }
public:
virtual property Guid UserId {
Guid get () sealed;
void set (Guid value) sealed;
}
abstract UserId : Guid with get, set
override UserId : Guid with get, set
final function get UserId () : Guid
final function set UserId (value : Guid)
Property Value
Type: System.Guid
Implements
.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.