IExecutionContext.IsManagedProperty Method
Determines whether a property is managed by the execution context.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function IsManagedProperty ( _
propertyName As String _
) As Boolean
'Usage
Dim instance As IExecutionContext
Dim propertyName As String
Dim returnValue As Boolean
returnValue = instance.IsManagedProperty(propertyName)
bool IsManagedProperty(
string propertyName
)
Parameters
propertyName
Type: System.StringThe property name.
Return Value
Type: System.Boolean
true if the property is managed by the execution context; otherwise, false.
Remarks
A managed property is disposed when the context is disposed. If unmanaged, the property will not be disposed when the context is disposed.