Share via


WssServersDataSet.WssServersRow.WSTS_MANAGED_PATH Property

Specifies the mount point for site collections, which can be either based from the root directory (absolute) or based on relative paths to the fully-qualified domain name (FQDN).

Namespace:  [WssInterop Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/WssInterop.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/WssInterop.asmx?wsdl

Syntax

'Declaration
Public Property WSTS_MANAGED_PATH As String
    Get
    Set
'Usage
Dim instance As WssServersDataSet.WssServersRow
Dim value As String

value = instance.WSTS_MANAGED_PATH

instance.WSTS_MANAGED_PATH = value
public string WSTS_MANAGED_PATH { get; set; }

Property Value

Type: System.String

Remarks

A mount point that is based on relative paths takes into account team or project names associated with the site and is built into the URL.

See Also

Reference

WssServersDataSet.WssServersRow Class

WssServersDataSet.WssServersRow Members

WssInterop Web Service