CoreLinkTypeReferenceNames.All Property

Gets all the core link type reference names.

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

Syntax

'Declaration
Public Shared ReadOnly Property All As IEnumerable(Of String)
public static IEnumerable<string> All { get; }
public:
static property IEnumerable<String^>^ All {
    IEnumerable<String^>^ get ();
}
static member All : IEnumerable<string> with get
static function get All () : IEnumerable<String>

Property Value

Type: System.Collections.Generic.IEnumerable<String>
Returns String.

.NET Framework Security

See Also

Reference

CoreLinkTypeReferenceNames Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace