Description
A list of timeline intervals used to define a list of allowed access intervals.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ListOfIntervals() As IAgCrdnEventIntervalList
|
| [C#] |
|---|
public IAgCrdnEventIntervalList ListOfIntervals {get; set;}
|
| [Managed C++] |
|---|
public: __property IAgCrdnEventIntervalList^ get_ListOfIntervals(); public: __property void set_ListOfIntervals( IAgCrdnEventIntervalList ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ListOfIntervals( IAgCrdnEventIntervalList ** ppRetVal ); public: HRESULT put_ListOfIntervals( IAgCrdnEventIntervalList * pNewListOfIntervals );
|
| [Java] |
|---|
public IAgCrdnEventIntervalList getListOfIntervals();public void setListOfIntervals( IAgCrdnEventIntervalList );
|
See Also