Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether to restart video playback automatically from the beginning after video playback ends.
Namespace: Microsoft.SharePoint.Client.Video
Assembly: Microsoft.SharePoint.Client.DocumentManagement (in Microsoft.SharePoint.Client.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.