TeamFoundationRequestContext.ServiceName Property
This property represents the Web service or application that is answering this request. The handling service can optionally set this property.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Property ServiceName As String
public virtual string ServiceName { get; set; }
public:
virtual property String^ ServiceName {
String^ get ();
void set (String^ value);
}
abstract ServiceName : string with get, set
override ServiceName : string with get, set
function get ServiceName () : String
function set ServiceName (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.