[This is preliminary documentation and subject to change.]
The string-based name/value pairs for arbitrary and optional metadata.
Namespace: MediaMallTechnologies.Plugin
Assembly: Util (in Util.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public ReadOnly Property MetadataProperties As NameValueCollection |
| C# |
|---|
| public NameValueCollection MetadataProperties { get; } |
| C++ |
|---|
| public property NameValueCollection MetadataProperties sealed { NameValueCollection get(); } |
| J# |
|---|
| /** property */ public NameValueCollection get_MetadataProperties(); |
| JScript |
|---|
| public function get MetadataProperties() : NameValueCollection |
Property Value
A NameValueCollection of arbitrary and optional metadata.
Remarks
The following keys are optional:
| Key Name | Description |
|---|---|
| ContentRating | The MPAA rating. Valid values are G, PG, PG-13, R, NC-17, TV-Y, TV-Y7, TV-G, TV-PG, TV-14, TV-MA, and NR. |
| Rating | The star or user rating. The preferred notation is a decimal notation number between 0.0 and 5.0. |
| SortIndex | An optional prefix to help with sorting, primarily for Xbox 360 (which always sorts alphabetically). |