IExecutionContext.IsPropertyDefined Method

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.String

    The 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

See Also

Reference

IExecutionContext Interface

IExecutionContext Members

Microsoft.BusinessData.Runtime Namespace