PidfDocument.PresenceStatesWithCalendar 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 an array of future estimated aggregate presence based on calendar information.
public:
property System::Collections::Generic::IEnumerable<Microsoft::Rtc::Collaboration::Presence::PidfDocument ^> ^ PresenceStatesWithCalendar { System::Collections::Generic::IEnumerable<Microsoft::Rtc::Collaboration::Presence::PidfDocument ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.Rtc.Collaboration.Presence.PidfDocument> PresenceStatesWithCalendar { get; }
member this.PresenceStatesWithCalendar : seq<Microsoft.Rtc.Collaboration.Presence.PidfDocument>
Public ReadOnly Property PresenceStatesWithCalendar As IEnumerable(Of PidfDocument)