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