OutboundLinkType Constructor (String, String, String)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
targetArtifactTypeTool As String, _
targetArtifactTypeName As String _
)
public OutboundLinkType(
string name,
string targetArtifactTypeTool,
string targetArtifactTypeName
)
public:
OutboundLinkType(
String^ name,
String^ targetArtifactTypeTool,
String^ targetArtifactTypeName
)
new :
name:string *
targetArtifactTypeTool:string *
targetArtifactTypeName:string -> OutboundLinkType
public function OutboundLinkType(
name : String,
targetArtifactTypeTool : String,
targetArtifactTypeName : String
)
Parameters
- name
Type: System.String
- targetArtifactTypeTool
Type: System.String
- targetArtifactTypeName
Type: System.String
.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.