PresenceState.AvailabilityValue Property
Gets or sets the numeric value of availability of presence State, returns -1 if availability value is unknown.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property AvailabilityValue As Long
Get
Set
'Usage
Dim instance As PresenceState
Dim value As Long
value = instance.AvailabilityValue
instance.AvailabilityValue = value
public long AvailabilityValue { get; set; }
Property Value
Type: System.Int64