IExecutionContext.IsPropertyDefined - Méthode
Détermine si la propriété spécifiée existe dans le contexte d'exécution.
Espace de noms : Microsoft.BusinessData.Runtime
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Function IsPropertyDefined ( _
propertyName As String _
) As Boolean
'Utilisation
Dim instance As IExecutionContext
Dim propertyName As String
Dim returnValue As Boolean
returnValue = instance.IsPropertyDefined(propertyName)
bool IsPropertyDefined(
string propertyName
)
Paramètres
propertyName
Type : System.StringLe nom de la propriété à vérifier.
Valeur renvoyée
Type : System.Boolean
true si la propriété existe dans le contexte d'exécution ; dans le cas contraire, false.
Exemples
Code Snippet: Implementing a Custom Connector