ICountersLastDoByActivity Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxDateTime this[
EnAppointType Type,
IListTextItem intent,
EnDirection direction
] { get; }
ReadOnly Property LastDoByActivity (
Type As EnAppointType,
intent As IListTextItem,
direction As EnDirection
) As DateTime
Get
Dim instance As ICounters
Dim Type As EnAppointType
Dim intent As IListTextItem
Dim direction As EnDirection
Dim value As DateTime
value = instance.LastDoByActivity(Type,
intent, direction)
property DateTime LastDoByActivity[[InAttribute] EnAppointType Type, [InAttribute] IListTextItem^ intent, [InAttribute] EnDirection direction] {
DateTime get ([InAttribute] EnAppointType Type, [InAttribute] IListTextItem^ intent, [InAttribute] EnDirection direction);
}
Parameters
- Type
- Type: SuperOffice.COM.ApplicationEnAppointType
- intent
- Type: SuperOffice.COM.ApplicationIListTextItem
- direction
- Type: SuperOffice.COM.ApplicationEnDirection
Property Value
Type:
DateTime
See Also