MediaSource.CustomProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.