ConnectedServiceCreationData Constructor (String, String, ConnectedServiceKind, String, String, String, String, String)
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
teamProject As String, _
kind As ConnectedServiceKind, _
friendlyName As String, _
description As String, _
serviceUri As String, _
endpoint As String, _
credentialsXml As String _
)
public ConnectedServiceCreationData(
string name,
string teamProject,
ConnectedServiceKind kind,
string friendlyName,
string description,
string serviceUri,
string endpoint,
string credentialsXml
)
public:
ConnectedServiceCreationData(
String^ name,
String^ teamProject,
ConnectedServiceKind kind,
String^ friendlyName,
String^ description,
String^ serviceUri,
String^ endpoint,
String^ credentialsXml
)
new :
name:string *
teamProject:string *
kind:ConnectedServiceKind *
friendlyName:string *
description:string *
serviceUri:string *
endpoint:string *
credentialsXml:string -> ConnectedServiceCreationData
public function ConnectedServiceCreationData(
name : String,
teamProject : String,
kind : ConnectedServiceKind,
friendlyName : String,
description : String,
serviceUri : String,
endpoint : String,
credentialsXml : String
)
Parameters
- name
Type: System.String
- teamProject
Type: System.String
- friendlyName
Type: System.String
- description
Type: System.String
- serviceUri
Type: System.String
- endpoint
Type: System.String
- credentialsXml
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.
See Also
Reference
ConnectedServiceCreationData Class