MyStatusArea.AvailabilityState property
Gets an enumeration value that represents the contact'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 MyStatusArea
Dim value As ContactAvailability
value = instance.AvailabilityState
public ContactAvailability AvailabilityState { get; private set; }
Property value
Type: Microsoft.Lync.Controls.ContactAvailability