RefreshPolicy Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
ByQuery | 0 | Specifies that the data is updated by an explicit request from the user. |
ByInterval | 1 | Specifies that the data is updated at set intervals. |