ISelectionIncludeFirstPerson Property |
0 = Include first person, 1 = Include all persons, 2 = Include no persons
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool IncludeFirstPerson { get; set; }
Property IncludeFirstPerson As Boolean
Get
Set
Dim instance As ISelection
Dim value As Boolean
value = instance.IncludeFirstPerson
instance.IncludeFirstPerson = value
property bool IncludeFirstPerson {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also