Share via


ProjectWSSInfoDataSet.ProjWssInfoRow.PROJECT_WORKSPACE_URL property

Specifies the project site URL associated with a project on a hosted server.

Namespace:  WebSvcWssInterop
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

ProjectWSSInfoDataSet.ProjWssInfoRow members

WebSvcWssInterop namespace