IExecutionContext.ManageProperty Method

Marks a property as managed, in which case, it will be disposed when the context is disposed.

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Sub ManageProperty ( _
    propertyName As String _
)
'Usage
Dim instance As IExecutionContext
Dim propertyName As String

instance.ManageProperty(propertyName)
void ManageProperty(
    string propertyName
)

Parameters

See Also

Reference

IExecutionContext Interface

IExecutionContext Members

Microsoft.BusinessData.Runtime Namespace