This class contains all the information that you need to create a connected servcie.
Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.Framework.Client.ConnectedServiceCreationData
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public NotInheritable Class ConnectedServiceCreationData
public sealed class ConnectedServiceCreationData
public ref class ConnectedServiceCreationData sealed
[<Sealed>]
type ConnectedServiceCreationData =  class end
public final class ConnectedServiceCreationData
The ConnectedServiceCreationData type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ConnectedServiceCreationData() | |
| .gif) | ConnectedServiceCreationData(String, String, ConnectedServiceKind, String, String, Uri, Uri, String) | Constructor for ConnectedServiceCreationData | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | CredentialsXml | Credentials in an xml format for connecting to this service. | 
| .gif) | Endpoint | The URI specific to this service. | 
| .gif) | ServiceMetadata | The service metadata which includes the name (ID), friendly name, description, kind, TeamProject and ProjectId | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | ToString | (Overrides Object.ToString().) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.