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