Share via


ServiceDefinition.ToolId Property

Namespace:  Microsoft.VisualStudio.Services.Location
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ServiceDefinition Class

Microsoft.VisualStudio.Services.Location Namespace