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