IDocumentPrivateToGroup Property |
The group this document is visible for when Private=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 IDocument
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