Set the login name of a user. Note – if this is changed on a existing user, the users document folder in SO_arc must be changed as well.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring LoginName { get; set; }
Property LoginName As String
Get
Set
Dim instance As IUser
Dim value As String
value = instance.LoginName
instance.LoginName = value
property String^ LoginName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also