IAddressAddressId Property |
AddressId - primary key of the address record.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxReadOnly Property AddressId As Integer
Get
Dim instance As IAddress
Dim value As Integer
value = instance.AddressId
property int AddressId {
int get ();
}
Property Value
Type:
Int32
See Also