BCUserDefaultAccount Property |
Gets or sets the default Windows account associated 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 string DefaultAccount { get; set; }
Public Property DefaultAccount As String
Get
Set
public:
property String^ DefaultAccount {
String^ get ();
void set (String^ value);
}
member DefaultAccount : string with get, set
Property Value
Type:
StringSee Also