ArtifactId.ToolSpecificId Property

Gets or sets the unique ID of the tool this artifact represents.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'宣言
Public Property ToolSpecificId As String
    Get
    Set
public string ToolSpecificId { get; set; }
public:
property String^ ToolSpecificId {
    String^ get ();
    void set (String^ value);
}
member ToolSpecificId : string with get, set
function get ToolSpecificId () : String
function set ToolSpecificId (value : String)

Property Value

Type: System.String
The unique ID of the tool this artifact represents.

.NET Framework Security

See Also

Reference

ArtifactId Class

Microsoft.TeamFoundation Namespace