Gets a list of available attach points.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property AvailableAttachPoints() As System.Array
|
| [C#] |
|---|
public System.Array AvailableAttachPoints {get;}
|
| [Managed C++] |
|---|
public: __property System::Array^ get_AvailableAttachPoints();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_AvailableAttachPoints(
|
| [Java] |
|---|
public Object[] getAvailableAttachPoints();
|