Share via


MediaFieldValue.Loop property

Gets or sets a Boolean value that indicates whether the media should restart automatically upon playing to completion.

Namespace:  Microsoft.SharePoint.Publishing.Fields
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Loop As Boolean
    Get
    Set
'Usage
Dim instance As MediaFieldValue
Dim value As Boolean

value = instance.Loop

instance.Loop = value
[DataMemberAttribute]
public bool Loop { get; set; }

Property value

Type: System.Boolean
A Boolean value that indicates whether the media should restart playback automatically upon playing to completion

See also

Reference

MediaFieldValue class

MediaFieldValue members

Microsoft.SharePoint.Publishing.Fields namespace