FreebusyGroupInfoCalendars Property |
List of calendars' identifiers within a group.
Namespace:
Aspose.Email.Clients.Google
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic List<string> Calendars { get; }
Public ReadOnly Property Calendars As List(Of String)
Get
public:
property List<String^>^ Calendars {
List<String^>^ get ();
}
member Calendars : List<string> with get
Property Value
Type:
ListString
See Also