This documentation is archived and is not being maintained.

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: http://server:8080/tfs

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
property String^ AccessPoint {
	String^ get ();
	internal: void set (String^ value);
}

Property Value

Type: System::String
Returns String.

Show: