Share via


WorkItem.HyperLinkCount Property

Gets the count of hyperlinks.

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

Syntax

'Declaration
Public ReadOnly Property HyperLinkCount As Integer
'Usage
Dim instance As WorkItem 
Dim value As Integer 

value = instance.HyperLinkCount
public int HyperLinkCount { get; }
public:
property int HyperLinkCount {
    int get ();
}
public function get HyperLinkCount () : int

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

WorkItem Class

WorkItem Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace