'DeclarationPublic Property BrowserType As BrowserType
'UsageDim instance As DeviceInformation Dim value As BrowserType instance.BrowserType = value value = instance.BrowserType
public BrowserType BrowserType {get; set;}
public: property BrowserType BrowserType { BrowserType get(); void set ( BrowserType value); }