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