SearchRequest.Adult Property (Bing, Version 2.0)

Object representing one of the options listed in AdultOption Enumeration (Bing, Version 2.0).

Public Property Adult As AdultOption
public AdultOption Adult { get; set; }

Remarks

Not setting this property means that the API will use the default adult value for a given market, which may vary per market. In addition, for certain markets, the adult should not be lower than the predefined adult value for that market. For example, in de-de market, adult is always set to strict

See Also

Concepts

Code Samples (Bing, Version 2.0)