Adds a Windows account to associate with the user.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public void AddAccount(
string account
)
Public Sub AddAccount (
account As String
)
public:
void AddAccount(
String^ account
)
member AddAccount :
account : string -> unit
Parameters
- account
- Type: SystemString
The account to add.
See Also