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

See Also

Reference

TeamFoundationRequestContext Class

Microsoft.TeamFoundation.Framework.Server Namespace