Share via


VideoWindow.MessageDrain Property

Determines the window set to receive messages from the video window.

Namespace:  Microsoft.Lync.Model.Conversation.AudioVideo
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Property MessageDrain As Integer
    Get
    Set
'Usage
Dim instance As VideoWindow
Dim value As Integer

value = instance.MessageDrain

instance.MessageDrain = value
public int MessageDrain { get; set; }

Property Value

Type: System.Int32

See Also

Reference

VideoWindow Class

VideoWindow Members

Microsoft.Lync.Model.Conversation.AudioVideo Namespace