ConnectedServiceCreationData.Endpoint Property
The URI specific to this service.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<ClientTypeAttribute(GetType(Uri))> _
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private, Direction := ClientPropertySerialization.ClientToServerOnly)> _
Public Property Endpoint As String
[ClientTypeAttribute(typeof(Uri))]
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private, Direction = ClientPropertySerialization.ClientToServerOnly)]
public string Endpoint { get; set; }
[ClientTypeAttribute(typeof(Uri))]
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private, Direction = ClientPropertySerialization::ClientToServerOnly)]
public:
property String^ Endpoint {
String^ get ();
void set (String^ value);
}
[<ClientTypeAttribute(typeof(Uri))>]
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private, Direction = ClientPropertySerialization.ClientToServerOnly)>]
member Endpoint : string with get, set
function get Endpoint () : String
function set Endpoint (value : String)
Property Value
Type: System.String
.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.