Link.ArtifactLinkType Property
Gets the RegisteredLinkType stored in this Link.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ArtifactLinkType As RegisteredLinkType
'Usage
Dim instance As Link
Dim value As RegisteredLinkType
value = instance.ArtifactLinkType
public virtual RegisteredLinkType ArtifactLinkType { get; }
public:
virtual property RegisteredLinkType^ ArtifactLinkType {
RegisteredLinkType^ get ();
}
public function get ArtifactLinkType () : RegisteredLinkType
Property Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.RegisteredLinkType
.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.