AvailabilityIcon.IsBlocked property

Gets a boolean value which indicates whether or not this contact's access level is set to 'blocked'.

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

Syntax

'Declaration
Public Property IsBlocked As Boolean
    Get
    Private Set
'Usage
Dim instance As AvailabilityIcon
Dim value As Boolean

value = instance.IsBlocked
public bool IsBlocked { get; private set; }

Property value

Type: System.Boolean

See also

Reference

AvailabilityIcon class

AvailabilityIcon members

Microsoft.Lync.Controls namespace