Share via


GetMachineStatusType Class

 

Represents the data that is returned from the request to get the identifier.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Devices.Identity.GetMachineStatusType

Syntax

[DataContractAttribute]
public class GetMachineStatusType
[DataContractAttribute]
public ref class GetMachineStatusType 
<DataContractAttribute>
Public Class GetMachineStatusType

Properties

Name Description
System_CAPS_pubproperty CurrentClientComputer

Gets the number of client computers.

System_CAPS_pubproperty MachineStatus

Returns the identifier (SID).

System_CAPS_pubproperty MaxClientComputer

Gets the maximum number of client computers that are allowed.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsServerSolutions.Devices.Identity Namespace

Return to top