OutboundLink.LinkType Property
Gets or sets the link type of this link.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Dichiarazione
Public Property LinkType As String
Get
Set
public string LinkType { get; set; }
public:
property String^ LinkType {
String^ get ();
void set (String^ value);
}
member LinkType : string with get, set
function get LinkType () : String
function set LinkType (value : String)
Property Value
Type: System.String
The link type of this link.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.