MyPresenceChooser.AvailabilityState property

Gets an enumerated value that represents the currently signed-in user's availability.

Namespace:  Microsoft.Lync.Controls
Assembly:  Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)

Syntax

'Declaration
Public Property AvailabilityState As ContactAvailability
    Get
    Private Set
'Usage
Dim instance As MyPresenceChooser
Dim value As ContactAvailability

value = instance.AvailabilityState
public ContactAvailability AvailabilityState { get; private set; }

Property value

Type: Microsoft.Lync.Controls.ContactAvailability

See also

Reference

MyPresenceChooser class

MyPresenceChooser members

Microsoft.Lync.Controls namespace