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