VideoWindow.Caption Property

Determines the textual title string for the video window.

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

Syntax

'Declaration
Public Property Caption As String
    Get
    Set
'Usage
Dim instance As VideoWindow
Dim value As String

value = instance.Caption

instance.Caption = value
public string Caption { get; set; }

Property Value

Type: System.String

See Also

Reference

VideoWindow Class

VideoWindow Members

Microsoft.Lync.Model.Conversation.AudioVideo Namespace