RatedContentDescription.Category Property

Definition

Specifies the type of a piece of content, defined by RatedContentCategory.

public:
 property RatedContentCategory Category { RatedContentCategory get(); void set(RatedContentCategory value); };
RatedContentCategory Category();

void Category(RatedContentCategory value);
public RatedContentCategory Category { get; set; }
var ratedContentCategory = ratedContentDescription.category;
ratedContentDescription.category = ratedContentCategory;
Public Property Category As RatedContentCategory

Property Value

Specifies the type of a piece of content, defined by RatedContentCategory.

Remarks

Returns E_INVALIDARG, if an invalid value is provided.

Applies to