ProjectWSSInfoDataSet.ProjWssInfoDataTable.PROJECT_WORKSPACE_URLColumn Property
Defines the column for the PROJECT_WORKSPACE_URL property.
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 ReadOnly Property PROJECT_WORKSPACE_URLColumn As DataColumn
Get
'Usage
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoDataTable
Dim value As DataColumn
value = instance.PROJECT_WORKSPACE_URLColumn
public DataColumn PROJECT_WORKSPACE_URLColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
ProjectWSSInfoDataSet.ProjWssInfoDataTable Class