ConnectedService.Endpoint Property

A 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 String
public string Endpoint { get; }
public:
property String^ Endpoint {
    String^ get ();
}
member Endpoint : string with get
function get Endpoint () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ConnectedService Class

Microsoft.TeamFoundation.Framework.Client Namespace