Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Dicom.AddIn.Common Namespace > ServerSettings Class : MaxClients Property |
[DisplayNameAttribute("Max Connected Clients")] public int MaxClients {get; set;}
'Declaration <DisplayNameAttribute("Max Connected Clients")> Public Property MaxClients As Integer
'Usage Dim instance As ServerSettings Dim value As Integer instance.MaxClients = value value = instance.MaxClients
[DisplayNameAttribute("Max Connected Clients")] public: property int MaxClients { int get(); void set ( int value); }