TimesheetListDataSet.TimesheetsDataTable.RES_TIMESHEET_MGR_UIDColumn - Propriété
Définit la colonne pour le champ RES_TIMESHEET_MGR_UID .
Espace de noms : WebSvcTimeSheet
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property RES_TIMESHEET_MGR_UIDColumn As DataColumn
Get
'Utilisation
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim value As DataColumn
value = instance.RES_TIMESHEET_MGR_UIDColumn
public DataColumn RES_TIMESHEET_MGR_UIDColumn { get; }
Valeur de propriété
Type : System.Data.DataColumn
Un objet DataColumn pour le champ.
Voir aussi
Référence
TimesheetListDataSet.TimesheetsDataTable classe