ConnectedServiceCreationData.Endpoint Property

The URI specific to this service.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Endpoint As Uri
public Uri Endpoint { get; }
public:
property Uri^ Endpoint {
    Uri^ get ();
}
member Endpoint : Uri with get
function get Endpoint () : Uri

Property Value

Type: System.Uri
Returns Uri.

.NET Framework Security

See Also

Reference

ConnectedServiceCreationData Class

Microsoft.TeamFoundation.Framework.Client Namespace