Share via


EventTypesForTool.ToolId Property

Namespace:  Microsoft.TeamFoundation.Server.Core.Extensions
Assembly:  Microsoft.TeamFoundation.Server.Core.Extensions (in Microsoft.TeamFoundation.Server.Core.Extensions.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

EventTypesForTool Class

Microsoft.TeamFoundation.Server.Core.Extensions Namespace