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