PidfDocument.PresenceStatesWithCalendar Property
NOTE: This API is now obsolete.
Gets an array of future estimated aggregate presence based on calendar information.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class will be removed from future versions.")> _
Public ReadOnly Property PresenceStatesWithCalendar As IEnumerable(Of PidfDocument)
Get
'Usage
Dim instance As PidfDocument
Dim value As IEnumerable(Of PidfDocument)
value = instance.PresenceStatesWithCalendar
[ObsoleteAttribute("This class will be removed from future versions.")]
public IEnumerable<PidfDocument> PresenceStatesWithCalendar { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<PidfDocument>