Share via


EmbedCodeConfiguration.AutoPlay property

Gets or sets whether to start playing the media automatically.

Namespace:  Microsoft.Office.DocumentManagement.VideoSets
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public Property AutoPlay As Boolean
    Get
    Set
'Usage
Dim instance As EmbedCodeConfiguration
Dim value As Boolean

value = instance.AutoPlay

instance.AutoPlay = value
public bool AutoPlay { get; set; }

Property value

Type: System.Boolean
true if playback is to start automatically; otherwise, false.

Remarks

If this value is not specified, its default value is false.

See also

Reference

EmbedCodeConfiguration class

EmbedCodeConfiguration members

Microsoft.Office.DocumentManagement.VideoSets namespace