ServiceDefinition.ToolType Property

The Team Foundation Server Tool Type that this service is a member of.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Property ToolType As String
public string ToolType { get; set; }
public:
property String^ ToolType {
    String^ get ();
    void set (String^ value);
}
member ToolType : string with get, set
function get ToolType () : String 
function set ToolType (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ServiceDefinition Class

Microsoft.TeamFoundation.Framework.Client Namespace