WebOptions.TargetBrowser 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.
Returns or sets an MsoTargetBrowser constant indicating the browser version.
public:
property Microsoft::Office::Core::MsoTargetBrowser TargetBrowser { Microsoft::Office::Core::MsoTargetBrowser get(); void set(Microsoft::Office::Core::MsoTargetBrowser value); };
public Microsoft.Office.Core.MsoTargetBrowser TargetBrowser { get; set; }
Public Property TargetBrowser As MsoTargetBrowser