SyncActionEventArgs.Status Property
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