OutboundLink.LinkType Property

Gets or sets the link type of this link.

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

Syntax

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

Property Value

Type: System.String
The link type of this link.

.NET Framework Security

See Also

Reference

OutboundLink Class

Microsoft.TeamFoundation Namespace