Partager via


IExecutionContext.UndefineProperty - Méthode

Supprime la propriété du contexte d'exécution.

Espace de noms :  Microsoft.BusinessData.Runtime
Assembly :  Microsoft.BusinessData (dans Microsoft.BusinessData.dll)

Syntaxe

'Déclaration
Function UndefineProperty ( _
    propertyName As String _
) As Boolean
'Utilisation
Dim instance As IExecutionContext
Dim propertyName As String
Dim returnValue As Boolean

returnValue = instance.UndefineProperty(propertyName)
bool UndefineProperty(
    string propertyName
)

Paramètres

Valeur renvoyée

Type : System.Boolean

true si la propriété est supprimée du contexte d'exécution ; dans le cas contraire, false.

Voir aussi

Référence

IExecutionContext interface

IExecutionContext - Membres

Microsoft.BusinessData.Runtime - Espace de noms