Room.IsOutgoingMessageFilterEnabled property

Gets whether the outgoing message filter is enabled.

Namespace:  Microsoft.Lync.Model.Room
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public ReadOnly Property IsOutgoingMessageFilterEnabled As Boolean
    Get
'Usage
Dim instance As Room
Dim value As Boolean

value = instance.IsOutgoingMessageFilterEnabled
public bool IsOutgoingMessageFilterEnabled { get; }

Property value

Type: System.Boolean

See also

Reference

Room class

Room members

Microsoft.Lync.Model.Room namespace