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