LookupTablePostEventArgs.LookupTableInformation - Propriété
Obtient un jeu de données contenant les tables de choix multilingue de champ personnalisé.
Espace de noms : Microsoft.Office.Project.Server.Events
Assembly : Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntaxe
'Déclaration
Public Property LookupTableInformation As LookupTableMultiLangDataSet
Get
Set
'Utilisation
Dim instance As LookupTablePostEventArgs
Dim value As LookupTableMultiLangDataSet
value = instance.LookupTableInformation
instance.LookupTableInformation = value
public LookupTableMultiLangDataSet LookupTableInformation { get; set; }
Valeur de propriété
Type : LookupTableMultiLangDataSet
Voir aussi
Référence
LookupTablePostEventArgs classe