Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The URI specific to this service contained in a StrongBoxItemInfo.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, Direction := ClientPropertySerialization.ServerToClientOnly)> _
Public Property EndpointInfo As StrongBoxItemInfo
[ClientPropertyAttribute(ClientVisibility.Private, Direction = ClientPropertySerialization.ServerToClientOnly)]
public StrongBoxItemInfo EndpointInfo { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, Direction = ClientPropertySerialization::ServerToClientOnly)]
public:
property StrongBoxItemInfo^ EndpointInfo {
StrongBoxItemInfo^ get ();
void set (StrongBoxItemInfo^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, Direction = ClientPropertySerialization.ServerToClientOnly)>]
member EndpointInfo : StrongBoxItemInfo with get, set
function get EndpointInfo () : StrongBoxItemInfo
function set EndpointInfo (value : StrongBoxItemInfo)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.StrongBoxItemInfo
.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.