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.
Gets the object that holds the status information.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public SyncStatus Status { get; }
public:
property SyncStatus^ Status {
SyncStatus^ get();
}
member Status : SyncStatus with get
Public ReadOnly Property Status As SyncStatus
Property Value
Type: Microsoft.ManagementConsole.SyncStatus
The status information
See Also
SyncActionEventArgs Class
Microsoft.ManagementConsole Namespace
Return to top