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.
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