AddressUIAddressFields Property |
Version 118.6.80
A two dimension array containing the repesentation of values from an address profile.
Namespace:
CefSharp.DevTools.Autofill
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public IList<AddressFields> AddressFields { get; set; }
public:
property IList<AddressFields^>^ AddressFields {
IList<AddressFields^>^ get ();
void set (IList<AddressFields^>^ value);
}
Property Value
Type:
IListAddressFieldsSee Also