PartyActivityTimeIntervals Property |
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<ActivityTimeInterval> ActivityTimeIntervals { get; }
Public ReadOnly Property ActivityTimeIntervals As ChildCollection(Of ActivityTimeInterval)
Get
public:
property ChildCollection<ActivityTimeInterval^>^ ActivityTimeIntervals {
ChildCollection<ActivityTimeInterval^>^ get ();
}
member ActivityTimeIntervals : ChildCollection<ActivityTimeInterval> with get
Property Value
Type:
ChildCollectionActivityTimeInterval
See Also