AdControl.Keywords Property

Definition

Gets or sets the keywords that target the audience for advertisements.

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

void Keywords(winrt::hstring value);
public string Keywords { get; set; }
var string = adControl.keywords;
adControl.keywords = string;
Public Property Keywords As String

Property Value

System.String

The keywords that target the audience for advertisements. Multiple keywords can be added by putting a comma character (‘,’) between each keyword.

Applies to