City
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring City { get; set; }
Property City As String
Get
Set
Dim instance As IAddress
Dim value As String
value = instance.City
instance.City = value
property String^ City {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also