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