Get the collection of connections in the chain.
Read-only property
[Visual Basic .NET] |
---|
Public Property Connections() As IAgChConnectionCollection |
[C#] |
---|
public IAgChConnectionCollection Connections {get;} |
[Managed C++] |
---|
public: __property IAgChConnectionCollection ^ get_Connections(); |
[Unmanaged C++] |
---|
public: HRESULT get_Connections( IAgChConnectionCollection ** ppVal ); |
[Java] |
---|
public IAgChConnectionCollection getConnections(); |
[Python - STK API ] |
---|
@property def Connections(self) -> "IAgChConnectionCollection": |