ConnectedServiceCreationData Class

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
Public method ConnectedServiceCreationData()
Public method ConnectedServiceCreationData(String, String, ConnectedServiceKind, String, String, Uri, Uri, String) Constructor for ConnectedServiceCreationData

Top

Properties

  Name Description
Public property CredentialsXml Credentials in an xml format for connecting to this service.
Public property Endpoint The URI specific to this service.
Public property ServiceMetadata The service metadata which includes the name (ID), friendly name, description, kind, TeamProject and ProjectId

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.TeamFoundation.Framework.Client Namespace