Gets the transmitter collection.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Transmitters() As IAgObjectLinkCollection
|
| [C#] |
|---|
public IAgObjectLinkCollection Transmitters {get;}
|
| [Managed C++] |
|---|
public: __property IAgObjectLinkCollection^ get_Transmitters();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Transmitters(
|
| [Java] |
|---|
public IAgObjectLinkCollection getTransmitters();
|