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