ICountersNumActivitiesCreatedPeriod Property |
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxint this[
EnAppointType Type,
IListTextItem intent,
EnDirection direction
] { get; }
ReadOnly Property NumActivitiesCreatedPeriod (
Type As EnAppointType,
intent As IListTextItem,
direction As EnDirection
) As Integer
Get
Dim instance As ICounters
Dim Type As EnAppointType
Dim intent As IListTextItem
Dim direction As EnDirection
Dim value As Integer
value = instance.NumActivitiesCreatedPeriod(Type,
intent, direction)
property int NumActivitiesCreatedPeriod[[InAttribute] EnAppointType Type, [InAttribute] IListTextItem^ intent, [InAttribute] EnDirection direction] {
int get ([InAttribute] EnAppointType Type, [InAttribute] IListTextItem^ intent, [InAttribute] EnDirection direction);
}
Parameters
- Type
- Type: SuperOffice.COM.SuperOfficeDBEnAppointType
- intent
- Type: SuperOffice.COM.SuperOfficeDBIListTextItem
- direction
- Type: SuperOffice.COM.SuperOfficeDBEnDirection
Property Value
Type:
Int32
See Also