OperationMode.Offline Property

Indicates that the item should be read from the cache.

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

Syntax

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

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

Property Value

Type: Microsoft.BusinessData.Runtime.OperationMode

The operation mode of the item.

Remarks

The operation will fail if the item is not in the cache. All other properties of the operation mode will be the default values.

See Also

Reference

OperationMode Class

OperationMode Members

Microsoft.BusinessData.Runtime Namespace