Freigeben über


EmbedCodeConfiguration.Loop-Eigenschaft

Ruft ab oder legt fest, ob Videowiedergabe vom Anfang nach Videowiedergabe endet automatisch neu starten.

Namespace:  Microsoft.SharePoint.Client.Video
Assemblys:   Microsoft.SharePoint.Client.DocumentManagement.Silverlight (in Microsoft.SharePoint.Client.DocumentManagement.Silverlight.dll);  Microsoft.SharePoint.Client.DocumentManagement.Phone (in Microsoft.SharePoint.Client.DocumentManagement.Phone.dll)  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; }

Eigenschaftswert

Typ: System.Boolean
true ist Videowiedergabe am Anfang neu gestartet werden, nachdem er endet; andernfalls, false.

Hinweise

Wenn dieser Wert nicht angegeben ist, ist der Standardwert false.

Siehe auch

Referenz

EmbedCodeConfiguration Klasse

EmbedCodeConfiguration-Member

Microsoft.SharePoint.Client.Video-Namespace