TeamFoundationRequestContext.UniqueIdentifier Property
Returns the optional command identifier specified by the client.
This identifier is passed by the client in an HTTP Header in the formatted: X-TFS-Instance: <Guid>[,<Command>]
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Property UniqueIdentifier As Guid
public virtual Guid UniqueIdentifier { get; protected set; }
public:
virtual property Guid UniqueIdentifier {
Guid get ();
protected: void set (Guid value);
}
abstract UniqueIdentifier : Guid with get, set
override UniqueIdentifier : Guid with get, set
function get UniqueIdentifier () : Guid
protected function set UniqueIdentifier (value : Guid)
Property Value
Type: System.Guid
Returns 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.