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