IAppointmentPriority Property |
Priority - list item - table enTablePriority=79
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIListTextItem Priority { get; set; }
Property Priority As IListTextItem
Get
Set
Dim instance As IAppointment
Dim value As IListTextItem
value = instance.Priority
instance.Priority = value
property IListTextItem^ Priority {
IListTextItem^ get ();
void set (IListTextItem^ value);
}
Property Value
Type:
IListTextItem
See Also