MediaSource.CustomProperties Property

Definition

Gets a set of properties that can be used to associate app-specific data with a MediaSource.

public:
 property ValueSet ^ CustomProperties { ValueSet ^ get(); };
ValueSet CustomProperties();
public ValueSet CustomProperties { get; }
var valueSet = mediaSource.customProperties;
Public ReadOnly Property CustomProperties As ValueSet

Property Value

A set of properties that can be used to associate app-specific data with a MediaSource.

Applies to