ResponseVanityAddressElements Property |
Gets the vanity address elements.
Namespace:
Autoaddress.Autoaddress2_0.Model.FindAddress
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntaxpublic AddressElement[] VanityAddressElements { get; }
Public ReadOnly Property VanityAddressElements As AddressElement()
Get
public:
property array<AddressElement^>^ VanityAddressElements {
array<AddressElement^>^ get ();
}
member VanityAddressElements : AddressElement[] with get
Property Value
Type:
AddressElement
See Also