VersionControlLink.LinkType Property

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

VersionControlLink Class

Microsoft.TeamFoundation.VersionControl.Server Namespace