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
'Declaration
Public Property HandlerType As String
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.