IAddressCountryId Property |
The Country id of the address owner (the contact or person object)
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxint CountryId { get; set; }
Property CountryId As Integer
Get
Set
Dim instance As IAddress
Dim value As Integer
value = instance.CountryId
instance.CountryId = value
property int CountryId {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also