MediaBreak.CustomProperties Property

Definition

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.

Applies to