HslMqttPermissionAttributeCheckUserName 方法  | 
 
            检查当前的用户名是否通过
            
 
        命名空间: 
     HslCommunication.Reflection
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
语法public virtual bool CheckUserName(
	string name
)
Public Overridable Function CheckUserName ( 
	name As String
) As Boolean
public:
virtual bool CheckUserName(
	String^ name
)
abstract CheckUserName : 
        name : string -> bool 
override CheckUserName : 
        name : string -> bool 参数
- name
 - 类型:SystemString
用户名 
返回值
类型:
Boolean是否检测成功
参见