PresenceState.Availability Property
Gets the availability for presence state.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Availability As PresenceAvailability
Get
'Usage
Dim instance As PresenceState
Dim value As PresenceAvailability
value = instance.Availability
public PresenceAvailability Availability { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.Presence.PresenceAvailability
Remarks
This is typically used in application UI to show the availability of user.