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