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