Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether an item is suspended or not and, if so, if it is a suspended root or not. An instance of this class is obtained through the SuspendInfo property of the Win32_OfflineFilesItem object.
Only share, directory, and file items can be suspended. Server items cannot be suspended.
The following syntax is simplified from MOF code and includes all inherited properties.
Syntax
[dynamic, provider("Win32_OfflineFilesProvider"), AMENDMENT]
class Win32_OfflineFilesSuspendInfo
{
boolean Suspended;
boolean SuspendedRoot;
};
Members
The Win32_OfflineFilesSuspendInfo class has these types of members:
Properties
The Win32_OfflineFilesSuspendInfo class has these properties.
-
Suspended
-
-
Data type: boolean
-
Access type: Read-only
TRUE if the item is suspended, or FALSE otherwise.
-
-
SuspendedRoot
-
-
Data type: boolean
-
Access type: Read-only
TRUE if the item is a suspended root, or FALSE otherwise. If the item is not suspended, this value is always FALSE.
-
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMv2 |
MOF |
|
DLL |
|