An entity collection to which all processed
entities will be sent.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Output() As IAgEntityCollection
|
| [C#] |
|---|
public IAgEntityCollection Output {get; set;}
|
| [Managed C++] |
|---|
public: __property IAgEntityCollection^ get_Output();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Output(
|
| [Java] |
|---|
public IAgEntityCollection getOutput();public void setOutput(
|