EmployeeEmailAddress Property |
[Missing <summary> documentation for "P:foodez.Employee.EmailAddress"]
Namespace: foodezAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string EmailAddress { get; set; }
Public Property EmailAddress As String
Get
Set
public:
property String^ EmailAddress {
String^ get ();
void set (String^ value);
}
member EmailAddress : string with get, set
Property Value
Type:
String
See Also