 | CommonBuyerDescriptorTypeEmailAddress Property |
Email address.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string EmailAddress { get; set; }
Public Property EmailAddress As String
Get
Set
function get EmailAddress () : String
function set EmailAddress (value : String)
function get_EmailAddress();
function set_EmailAddress(value);
Property Value
Type:
String
See Also