Share via


GetMachineStatusType.MachineStatus Property

 

Returns the identifier (SID).

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

Syntax

[DataMemberAttribute]
public MachineStatus MachineStatus { get; internal set; }
public:
[DataMemberAttribute]
property MachineStatus MachineStatus {
    MachineStatus get();
    internal: void set(MachineStatus value);
}
<DataMemberAttribute>
Public Property MachineStatus As MachineStatus
    Get
    Friend Set
End Property

Property Value

Type: Microsoft.WindowsServerSolutions.Devices.Identity.MachineStatus

An instance of MachineStatus.

See Also

GetMachineStatusType Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace

Return to top