ProjectWSSInfoDataSet.ProjWssInfoRow.PROJECT_WORKSPACE_NAME Property
Specifies the workspace name associated with a project on a hosted server.
Namespace: WebSvcWssInterop
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property PROJECT_WORKSPACE_NAME As String
Get
Set
'Usage
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoRow
Dim value As String
value = instance.PROJECT_WORKSPACE_NAME
instance.PROJECT_WORKSPACE_NAME = value
public string PROJECT_WORKSPACE_NAME { get; set; }
Property Value
Type: System.String
See Also
Reference
ProjectWSSInfoDataSet.ProjWssInfoRow Class