TeamFoundationRequestContext.UniqueAgentIdentifier Property
Returns an option agent identifier string specified by the client. The value is similar to both UniqueIdentifier and UserAgent and will be used to uniquely correlate requests coming from an application on a machine even if the process restarts formatted: X-VSS-Agent: SomeUniqueAgentIdString
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Property UniqueAgentIdentifier As String
public virtual string UniqueAgentIdentifier { get; protected set; }
public:
virtual property String^ UniqueAgentIdentifier {
String^ get ();
protected: void set (String^ value);
}
abstract UniqueAgentIdentifier : string with get, set
override UniqueAgentIdentifier : string with get, set
function get UniqueAgentIdentifier () : String
protected function set UniqueAgentIdentifier (value : String)
Property Value
Type: System.String
Returns String.
.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.