Version 118.6.80
fields and values defining an address.
Namespace:
CefSharp.DevTools.Autofill
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public IList<AddressField> Fields { get; set; }
public:
property IList<AddressField^>^ Fields {
IList<AddressField^>^ get ();
void set (IList<AddressField^>^ value);
}
Property Value
Type:
IListAddressFieldSee Also