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.
Determines whether the specified property exists in the execution context.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function IsPropertyDefined ( _
propertyName As String _
) As Boolean
'Usage
Dim instance As IExecutionContext
Dim propertyName As String
Dim returnValue As Boolean
returnValue = instance.IsPropertyDefined(propertyName)
bool IsPropertyDefined(
string propertyName
)
Parameters
propertyName
Type: System.StringThe name of the property to check.
Return Value
Type: System.Boolean
true if the property exists in the execution context; otherwise, false.
Examples
Code Snippet: Implementing a Custom Connector