Win32_RoamingProfileBackgroundUploadParams class
Represents a roaming profile background upload operation.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
class Win32_RoamingProfileBackgroundUploadParams
{
uint8 SchedulingMethod;
uint16 Interval;
uint16 Time;
};
Members
The Win32_RoamingProfileBackgroundUploadParams class has these types of members:
Properties
The Win32_RoamingProfileBackgroundUploadParams class has these properties.
- Interval
-
- Data type: uint16
- Access type: Read/write
- Qualifiers: Max (720)
The time interval, in hours.
- SchedulingMethod
-
- Data type: uint8
- Access type: Read/write
Indicates when a background upload should be performed. One of the following values can be specified.
- Time
-
- Data type: uint16
- Access type: Read/write
- Qualifiers: Max (23)
The time of day. Must be an integer value from 0 to 23.
Requirements
|
Minimum supported client | Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [desktop apps only] |
|
Namespace |
Root\CIMv2 |
|
MOF |
|
Community Additions
ADD
Show: