PlayReadyContentHeader.CustomAttributes 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 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
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.