AccessMapping.AccessPoint Property
The access point for this AccessMapping. It should contain the scheme, authority, port and web application relative direcroty. This will be in a form similar to this: https://server:8080/tfs
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property AccessPoint As String
public string AccessPoint { get; internal set; }
public:
property String^ AccessPoint {
String^ get ();
internal: void set (String^ value);
}
member AccessPoint : string with get, internal set
function get AccessPoint () : String
internal function set AccessPoint (value : String)
Property Value
Type: System.String
Returns 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.