Share via


FactLinkEntry.FactLinkName Property

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

Syntax

'Declaration
Public MustOverride ReadOnly Property FactLinkName As String
'Usage
Dim instance As FactLinkEntry 
Dim value As String 

value = instance.FactLinkName
public abstract string FactLinkName { get; }
public:
virtual property String^ FactLinkName {
    String^ get () abstract;
}
public abstract function get FactLinkName () : String

Property Value

Type: System.String
Returns the FactLinkName string.

.NET Framework Security

See Also

Reference

FactLinkEntry Class

FactLinkEntry Members

Microsoft.TeamFoundation.Adapter Namespace