Share via


LinkType.SourceTool Property

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

LinkType Class

Microsoft.TeamFoundation.Server Namespace