ISalePrivateToGroup Property |
Which user group is the sale visible for? Sets Private=2 automatically.
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 ISale
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