StatusingDataSet.TasksDataTable.WSS_LISTITEM_UIDColumn property
Defines the column for the WSS_LISTITEM_UID field.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property WSS_LISTITEM_UIDColumn As DataColumn
Get
'Usage
Dim instance As StatusingDataSet.TasksDataTable
Dim value As DataColumn
value = instance.WSS_LISTITEM_UIDColumn
public DataColumn WSS_LISTITEM_UIDColumn { get; }
Property value
Type: System.Data.DataColumn
A DataColumn object for the field.
See also
Reference
StatusingDataSet.TasksDataTable class