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: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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