IUserCanEditLoginName Property |
Does the database allow you to edit the login name of this user? Note – if the username is changed, then the user 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
Syntaxbool CanEditLoginName { get; }
ReadOnly Property CanEditLoginName As Boolean
Get
Dim instance As IUser
Dim value As Boolean
value = instance.CanEditLoginName
property bool CanEditLoginName {
bool get ();
}
Property Value
Type:
Boolean
See Also