IContactCategory Property |
Contact Category - a list item - table enTableCategory=64
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIListTextItem Category { get; set; }
Property Category As IListTextItem
Get
Set
Dim instance As IContact
Dim value As IListTextItem
value = instance.Category
instance.Category = value
property IListTextItem^ Category {
IListTextItem^ get ();
void set (IListTextItem^ value);
}
Property Value
Type:
IListTextItem
See Also