RoomUser.CanSendMessage property
Whether the RoomUser can send messages
Namespace: Microsoft.Lync.Model.Room
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property CanSendMessage As Boolean
Get
'Usage
Dim instance As RoomUser
Dim value As Boolean
value = instance.CanSendMessage
public bool CanSendMessage { get; }
Property value
Type: System.Boolean