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