NewAssistanceRequestCustomerEmail Property
|
Namespace:
Aruba.Cloud.WsEndUser.Json
Assembly:
Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public virtual string CustomerEmail { get; set; }<DataMemberAttribute>
Public Overridable Property CustomerEmail As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ CustomerEmail {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute>]
abstract CustomerEmail : string with get, set
[<DataMemberAttribute>]
override CustomerEmail : string with get, set
function get CustomerEmail () : String
function set CustomerEmail (value : String)
Property Value
Type:
String
See Also