Share via


GetMachineStatusType.CurrentClientComputer Property

 

Gets the number of client computers.

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

Syntax

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

Property Value

Type: System.Int32

The number of client computers.

See Also

GetMachineStatusType Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace

Return to top