Returns a factory object used to create
custom event interval lists.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Factory() As IAgCrdnEventIntervalListFactory
|
| [C#] |
|---|
public IAgCrdnEventIntervalListFactory Factory {get;}
|
| [Managed C++] |
|---|
public: __property IAgCrdnEventIntervalListFactory^ get_Factory();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Factory(
|
| [Java] |
|---|
public IAgCrdnEventIntervalListFactory getFactory();
|