IUserCanEditUserGroup Property |
Does the database allow you to edit the user group of this user?
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool CanEditUserGroup { get; }
ReadOnly Property CanEditUserGroup As Boolean
Get
Dim instance As IUser
Dim value As Boolean
value = instance.CanEditUserGroup
property bool CanEditUserGroup {
bool get ();
}
Property Value
Type:
Boolean
See Also