VssHttpRequestSettings.SessionId Property
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Property SessionId As Guid
public Guid SessionId { get; set; }
public:
property Guid SessionId {
Guid get ();
void set (Guid value);
}
member SessionId : Guid with get, set
function get SessionId () : Guid
function set SessionId (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.