Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the property from the execution context.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function UndefineProperty ( _
propertyName As String _
) As Boolean
'Usage
Dim instance As IExecutionContext
Dim propertyName As String
Dim returnValue As Boolean
returnValue = instance.UndefineProperty(propertyName)
bool UndefineProperty(
string propertyName
)
Parameters
propertyName
Type: System.StringThe property name.
Return Value
Type: System.Boolean
true if the property is removed from the execution context; otherwise, false.