UserAgentMetadataFullVersionList Property |
Version 104.4.240
FullVersionList
Namespace:
CefSharp.DevTools.Emulation
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax public IList<UserAgentBrandVersion> FullVersionList { get; set; }
public:
property IList<UserAgentBrandVersion^>^ FullVersionList {
IList<UserAgentBrandVersion^>^ get ();
void set (IList<UserAgentBrandVersion^>^ value);
}
Property Value
Type:
IListUserAgentBrandVersionSee Also