MediaPlaybackList.ShuffleEnabled Property

Definition

Gets or sets a value indicating whether the items in the playback list are played in a random order.

public:
 property bool ShuffleEnabled { bool get(); void set(bool value); };
bool ShuffleEnabled();

void ShuffleEnabled(bool value);
public bool ShuffleEnabled { get; set; }
var boolean = mediaPlaybackList.shuffleEnabled;
mediaPlaybackList.shuffleEnabled = boolean;
Public Property ShuffleEnabled As Boolean

Property Value

Boolean

bool

True if shuffle is enabled; otherwise, false.

Applies to