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