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
- 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.