Share via


GetMachineStatusEventArgs.Status Property

 

Gets the status of the computer.

Namespace:   Microsoft.WindowsServerSolutions.Devices.Identity
Assembly:  MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)

Syntax

public GetMachineStatusType Status { get; internal set; }
public:
property GetMachineStatusType^ Status {
    GetMachineStatusType^ get();
    internal: void set(GetMachineStatusType^ value);
}
Public Property Status As GetMachineStatusType
    Get
    Friend Set
End Property

Property Value

Type: Microsoft.WindowsServerSolutions.Devices.Identity.GetMachineStatusType

An instance of MachineStatus.

See Also

GetMachineStatusEventArgs Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace

Return to top