ISelectionPrivateToGroup Property |
Which user-group is the selection visible for. 0 = not visible to any particular group, or ID of group
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIListTextItem PrivateToGroup { get; set; }
Property PrivateToGroup As IListTextItem
Get
Set
Dim instance As ISelection
Dim value As IListTextItem
value = instance.PrivateToGroup
instance.PrivateToGroup = value
property IListTextItem^ PrivateToGroup {
IListTextItem^ get ();
void set (IListTextItem^ value);
}
Property Value
Type:
IListTextItem
See Also