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
- 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.