ProjectWSSInfoDataSet.ProjWssInfoRow.PROJECT_WORKSPACE_VSERVER_URL property
Specifies the URL that includes the virtual server name associated with a project on a hosted server.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PROJECT_WORKSPACE_VSERVER_URL As String
Get
Set
'Usage
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoRow
Dim value As String
value = instance.PROJECT_WORKSPACE_VSERVER_URL
instance.PROJECT_WORKSPACE_VSERVER_URL = value
public string PROJECT_WORKSPACE_VSERVER_URL { get; set; }
Property value
Type: System.String
Remarks
A virtual server is a synonym for a project site hosted on a server.
See also
Reference
ProjectWSSInfoDataSet.ProjWssInfoRow class