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
propertyName
Type : System.StringLe nom de la propriété.
Valeur renvoyée
Type : System.Boolean
true si la propriété est supprimée du contexte d'exécution ; dans le cas contraire, false.