RatedContentDescription.Id 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.
The unique content ID of a piece of content, in the app's content catalog.
public:
property Platform::String ^ Id { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Id();
void Id(winrt::hstring value);
public string Id { get; set; }
var string = ratedContentDescription.id;
ratedContentDescription.id = string;
Public Property Id As String
Property Value
The ID of the content as a string.
Remarks
The ID must be a length between 1 and 100 characters, and can't be empty or contain only spaces.
Returns E_INVALIDARG, if an invalid value is provided.