ExtendedCalendarSelected Property |
Whether the calendar content shows up in the calendar UI.
The default is False.
Namespace:
Aspose.Email.Clients.Google
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic virtual bool Selected { get; set; }
Public Overridable Property Selected As Boolean
Get
Set
public:
virtual property bool Selected {
bool get ();
void set (bool value);
}
abstract Selected : bool with get, set
override Selected : bool with get, set
Property Value
Type:
Boolean
See Also