ProjectWSSInfoDataSet.ProjWssInfoRow.PROJECT_WORKSPACE_URL Property
Specifies the project site URL associated with a project on a hosted server.
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 PROJECT_WORKSPACE_URL As String
Get
Set
'Usage
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoRow
Dim value As String
value = instance.PROJECT_WORKSPACE_URL
instance.PROJECT_WORKSPACE_URL = value
public string PROJECT_WORKSPACE_URL { get; set; }
Property Value
Type: System.String
See Also
Reference
ProjectWSSInfoDataSet.ProjWssInfoRow Class