ISelectionPrivate Property |
Who is the selection visible for? 0=public, 1=private, 2=group
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxEPrivacyLevel Private { get; set; }
Property Private As EPrivacyLevel
Get
Set
Dim instance As ISelection
Dim value As EPrivacyLevel
value = instance.Private
instance.Private = value
property EPrivacyLevel Private {
EPrivacyLevel get ();
void set (EPrivacyLevel value);
}
Property Value
Type:
EPrivacyLevel
See Also