TeamFoundationSoapProxy.DefaultUserAgent Property
Gets the default user agent string to use in all requests.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Shared ReadOnly Property DefaultUserAgent As String
public static string DefaultUserAgent { get; }
public:
static property String^ DefaultUserAgent {
String^ get ();
}
static member DefaultUserAgent : string with get
static function get DefaultUserAgent () : String
Property Value
Type: System.String
The default user agent string to use in all requests.
.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.