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

See Also

Reference

TeamFoundationRequestContext Class

Microsoft.TeamFoundation.Framework.Server Namespace