Share via


OutboundLinkType.TargetArtifactTypeName Property

The type of artifact consumed by the link type

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

Syntax

'Declaration
Public Property TargetArtifactTypeName As String
'Usage
Dim instance As OutboundLinkType 
Dim value As String 

value = instance.TargetArtifactTypeName

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

Property Value

Type: System.String
A string value containing the link type name

.NET Framework Security

See Also

Reference

OutboundLinkType Class

OutboundLinkType Members

Microsoft.TeamFoundation.Server Namespace