0 = static contact selection, 1 = dynamic contact selection, 10 = temp selection
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxESelectionType Type { get; set; }
Property Type As ESelectionType
Get
Set
Dim instance As ISelection
Dim value As ESelectionType
value = instance.Type
instance.Type = value
property ESelectionType Type {
ESelectionType get ();
void set (ESelectionType value);
}
Property Value
Type:
ESelectionType
See Also