The person's country - a list item - table enTableCntry=19
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIListTextItem Country { get; set; }
Property Country As IListTextItem
Get
Set
Dim instance As IPerson
Dim value As IListTextItem
value = instance.Country
instance.Country = value
property IListTextItem^ Country {
IListTextItem^ get ();
void set (IListTextItem^ value);
}
Property Value
Type:
IListTextItem
See Also