AdControl.Keywords property
Gets or sets the keywords that target the audience for advertisements.
Syntax
public string Keywords { get; set; }
Property value
Type: System.String.
The keywords that target the audience for advertisements. Multiple keywords can be added by putting a comma character (‘,’) between each keyword.
Exceptions
| Error | Result |
|---|---|
|
The maximum allowed length of each keyword iis 255 characters. |
The value is set to null. |
Requirements
| Minimum supported phone | Windows Phone 8 Silverlight |
|---|---|
| Namespace | Microsoft.Advertising.Mobile.UI |
| Assembly | Microsoft.Advertising.Mobile.UI.dll |
Show: