EmbedCodeConfiguration.Loop property
Gets or sets whether to restart video playback automatically from the beginning after video playback ends.
Namespace: Microsoft.Office.DocumentManagement.VideoSets
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public Property Loop As Boolean
Get
Set
'Usage
Dim instance As EmbedCodeConfiguration
Dim value As Boolean
value = instance.Loop
instance.Loop = value
public bool Loop { get; set; }
Property value
Type: System.Boolean
true if video playback is to be restarted at the beginning after it ends; otherwise, false.
Remarks
If this value is not specified, its default value is false.