ISelectionIsFavourite Property |
Add/Remove this selection from my favourites
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool IsFavourite { get; set; }
Property IsFavourite As Boolean
Get
Set
Dim instance As ISelection
Dim value As Boolean
value = instance.IsFavourite
instance.IsFavourite = value
property bool IsFavourite {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also