VideoWindow.AutoShow Property

Determines whether the window will be automatically shown.

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

Syntax

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

value = instance.AutoShow

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

Property Value

Type: System.Int32

See Also

Reference

VideoWindow Class

VideoWindow Members

Microsoft.Lync.Model.Conversation.AudioVideo Namespace