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 | |
---|---|---|
CurrentClientComputer | Gets the number of client computers. |
|
MachineStatus | Returns the identifier (SID). |
|
MaxClientComputer | Gets the maximum number of client computers that are allowed. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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