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