| CommunicationServerSessionsMax 属性  | 
 
            获取或设置当前允许登录的最大客户端数量,默认为 uint.MaxValue = 4294967295
            Gets or sets the maximum number of clients that are currently allowed to log in, which defaults to uint.MaxValue = 4294967295
            
 
        命名空间: 
     HslCommunication.Core.Net
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public uint SessionsMax { get; set; }Public Property SessionsMax As UInteger
	Get
	Set
public:
property unsigned int SessionsMax {
	unsigned int get ();
	void set (unsigned int value);
}member SessionsMax : uint32 with get, set
属性值
类型:
UInt32 参见
参见