GetMachineStatusType.MaxClientComputer Property
Gets the maximum number of client computers that are allowed.
Namespace: Microsoft.WindowsServerSolutions.Devices.Identity
Assembly: MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)
Syntax
[DataMemberAttribute]
public int MaxClientComputer { get; internal set; }
public:
[DataMemberAttribute]
property int MaxClientComputer {
int get();
internal: void set(int value);
}
<DataMemberAttribute>
Public Property MaxClientComputer As Integer
Get
Friend Set
End Property
Property Value
Type: System.Int32
The number of client computers that are allowed.
See Also
GetMachineStatusType Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top