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
- 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.