Property | Type | Description | |
---|---|---|---|
IsGlobal | bool | ||
Name | string | ||
Password | string | ||
Role | string | ||
UserName | string |
Method | Description | |
---|---|---|
SystemUser ( string role, string name, bool isglobal = false ) : System |
Initializes a new instance of the wmib.SystemUser class.
|
public SystemUser ( string role, string name, bool isglobal = false ) : System | ||
role | string | /// Role. /// |
name | string | /// Name. /// |
isglobal | bool | /// Isglobal. /// |
return | System |