ProjectWSSInfoDataSet.ProjWssInfoDataTable.PROJECT_UIDColumn property
Defines the column for the PROJECT_UID property.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property PROJECT_UIDColumn As DataColumn
Get
'Usage
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoDataTable
Dim value As DataColumn
value = instance.PROJECT_UIDColumn
public DataColumn PROJECT_UIDColumn { get; }
Property value
Type: System.Data.DataColumn
See also
Reference
ProjectWSSInfoDataSet.ProjWssInfoDataTable class