Gets the type of the servicing execution handler.
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
声明
Public Property HandlerType As String
    Get
    Set
public string HandlerType { get; set; }
public:
property String^ HandlerType {
    String^ get ();
    void set (String^ value);
}
member HandlerType : string with get, set
function get HandlerType () : String
function set HandlerType (value : String)
Property Value
Type: System.String
The type of the servicing execution handler.
.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.