RefreshPolicy Enum

Definition

Defines how data is updated from the source.

[System.Runtime.InteropServices.Guid("8AAFE65E-30F2-4cc5-B08D-A923F51B0C33")]
public enum RefreshPolicy
[<System.Runtime.InteropServices.Guid("8AAFE65E-30F2-4cc5-B08D-A923F51B0C33")>]
type RefreshPolicy = 
Public Enum RefreshPolicy
Inheritance
RefreshPolicy
Attributes

Fields

ByInterval 1

Specifies that the data is updated at set intervals.

ByQuery 0

Specifies that the data is updated by an explicit request from the user.

Applies to