 | AddressCity Property |
Gets or sets the city.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string City { get; set; }
Public Property City As String
Get
Set
public:
property String^ City {
String^ get ();
void set (String^ value);
}
function get City () : String
function set City (value : String)
function get_City();
function set_City(value);
Property Value
Type:
StringThe city.
See Also