AdControl.Keywords 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.
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
The keywords that target the audience for advertisements. Multiple keywords can be added by putting a comma character (‘,’) between each keyword.