VideoWindow.Owner Property
Determines the owning parent for the video window.
Namespace: Microsoft.Lync.Model.Conversation.AudioVideo
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Property Owner As Integer
Get
Set
'Usage
Dim instance As VideoWindow
Dim value As Integer
value = instance.Owner
instance.Owner = value
public int Owner { get; set; }
Property Value
Type: System.Int32