Description
Gets an array of available antenna objects that this object can link to and use.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property SupportedLinkedAntennaObjects() As System.Array
|
| [C#] |
|---|
public System.Array SupportedLinkedAntennaObjects {get;}
|
| [Managed C++] |
|---|
public: __property System::Array^ get_SupportedLinkedAntennaObjects();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_SupportedLinkedAntennaObjects( SAFEARRAY ** ppRetVal );
|
| [Java] |
|---|
public Object[] getSupportedLinkedAntennaObjects();
|
See Also