IUserIsPrivateAppntEnabled Property |
Do the user have 'Allow confidentiality' enabled? This will give the user access to make activities visible only for a user or a user group.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool IsPrivateAppntEnabled { get; set; }
Property IsPrivateAppntEnabled As Boolean
Get
Set
Dim instance As IUser
Dim value As Boolean
value = instance.IsPrivateAppntEnabled
instance.IsPrivateAppntEnabled = value
property bool IsPrivateAppntEnabled {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also