PlayReadyContentHeader.CustomAttributes Property

Definition

Gets the custom data used by the content provider.

public:
 property Platform::String ^ CustomAttributes { Platform::String ^ get(); };
winrt::hstring CustomAttributes();
public string CustomAttributes { get; }
var string = playReadyContentHeader.customAttributes;
Public ReadOnly Property CustomAttributes As String

Property Value

String

Platform::String

winrt::hstring

The custom data used by the content provider.

Remarks

The content author can add arbitrary XML inside this element. Microsoft code does not act on any data contained inside this element.

Applies to