AttendeeAvailability.MergedFreeBusyStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of free/busy status items for the attendee.
public:
property System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::LegacyFreeBusyStatus> ^ MergedFreeBusyStatus { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::LegacyFreeBusyStatus> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.LegacyFreeBusyStatus> MergedFreeBusyStatus { get; }
Public ReadOnly Property MergedFreeBusyStatus As Collection(Of LegacyFreeBusyStatus)
Property Value
The value of the MergedFreeBusyStatus property is a T:System.Collections.ObjectModel.Collection ` 1