ServicingExecutionHandlerData.HandlerType Property

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

See Also

Reference

ServicingExecutionHandlerData Class

Microsoft.TeamFoundation.Framework.Client Namespace