Freigeben über


MediaWebPart.AutoPlay-Eigenschaft

Ruft ab oder legt fest, ob die Medien automatisch wiedergegeben werden soll, sobald die Seite geladen wurde.

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

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property AutoPlay As Boolean
    Get
    Set
'Usage
Dim instance As MediaWebPart
Dim value As Boolean

value = instance.AutoPlay

instance.AutoPlay = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public bool AutoPlay { get; set; }

Eigenschaftswert

Typ: System.Boolean
Gibt Boolean zurück.

Siehe auch

Referenz

MediaWebPart Klasse

MediaWebPart-Member

Microsoft.SharePoint.Publishing.WebControls-Namespace