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