ArtifactLink.LinkType Property
Gets or sets the link type.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Property LinkType As String
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.
.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.