RatedContentDescription.Title Property

Definition

The display title of a piece of content.

public:
 property Platform::String ^ Title { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Title();

void Title(winrt::hstring value);
public string Title { get; set; }
var string = ratedContentDescription.title;
ratedContentDescription.title = string;
Public Property Title As String

Property Value

String

Platform::String

winrt::hstring

The title of the content as a string. Read/Write.

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.

Applies to