Share via


OperationMode.Online Property

Indicates that the item should be read from the external system.

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

Syntax

'Declaration
Public Shared ReadOnly Property Online As OperationMode
    Get
'Usage
Dim value As OperationMode

value = OperationMode.Online
public static OperationMode Online { get; }

Property Value

Type: Microsoft.BusinessData.Runtime.OperationMode

The operation mode of the item.

Remarks

The item will not be cached or refreshed in the cache afterwards. All other properties of the operation mode will be the default values.

See Also

Reference

OperationMode Class

OperationMode Members

Microsoft.BusinessData.Runtime Namespace