Share via


ISectionLink.Type Property

Returns the type of link this is. Once a link is created the type should never change.

Namespace:  Microsoft.TeamFoundation.Build.Controls
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)

Syntax

'Declaration
ReadOnly Property Type As LinkType
LinkType Type { get; }
property LinkType Type {
    LinkType get ();
}
abstract Type : LinkType with get
function get Type () : LinkType

Property Value

Type: Microsoft.TeamFoundation.Build.Controls.LinkType
Returns LinkType.

.NET Framework Security

See Also

Reference

ISectionLink Interface

Microsoft.TeamFoundation.Build.Controls Namespace