VideoWindow.Owner property

Sets or gets the owning parent window for the video playback window.

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

Syntax

'Declaration
Public Property Owner As Long
    Get
    Set
'Usage
Dim instance As VideoWindow
Dim value As Long

value = instance.Owner

instance.Owner = value
public long Owner { get; set; }

Property value

Type: System.Int64

See also

Reference

VideoWindow class

VideoWindow members

Microsoft.Lync.Model.Conversation.AudioVideo namespace