Share via


LinkType.LinkName Property

Gets or sets the name of a link type.

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

Syntax

'Declaration
Public Property LinkName As String
'Usage
Dim instance As LinkType 
Dim value As String 

value = instance.LinkName

instance.LinkName = value
public string LinkName { get; set; }
public:
property String^ LinkName {
    String^ get ();
    void set (String^ value);
}
public function get LinkName () : String 
public function set LinkName (value : String)

Property Value

Type: System.String
A string containing the name of the link

.NET Framework Security

See Also

Reference

LinkType Class

LinkType Members

Microsoft.TeamFoundation.Server Namespace