MediaBreak.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 map of key/value pairs that allow you to associate custom data with a MediaBreak.
public:
property ValueSet ^ CustomProperties { ValueSet ^ get(); };
ValueSet CustomProperties();
public ValueSet CustomProperties { get; }
var valueSet = mediaBreak.customProperties;
Public ReadOnly Property CustomProperties As ValueSet
Property Value
A map of key/value pairs that allow you to associate custom data with a MediaBreak.