WssServersDataSet.WssServersRow.WSTS_MANAGED_PATH Property
Specifies the mount point for site collections, which may be either based from the root directory (absolute) or based on relative paths related to the fully-qualified domain name (FQDN).
Namespace: WebSvcWssInterop
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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 are built into the Url.
See Also
Reference
WssServersDataSet.WssServersRow Class