SyncAgentProperties Class
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.
Represent the properties of a sync agent.
public class SyncAgentProperties
type SyncAgentProperties = class
Public Class SyncAgentProperties
- Inheritance
-
SyncAgentProperties
Constructors
SyncAgentProperties() |
Initializes a new instance of the SyncAgentProperties class. |
Properties
ExpiryTime |
Optional. The expires time of the sync agent. |
IsUpToDate |
Optional. Indicate whether this sync agent is up to date. |
LastAliveTime |
Optional. Specifies the last alive time of the sync agent. |
State |
Optional. The state of the sync agent . The possible values: Enum ('NotConnected', 'Offline', 'Online'). |
SyncDatabaseId |
Optional. The database used to store sync meta data. |
Version |
Optional. The version of the sync agent. |