ExternalConnectionCollection.GetExternalConnectionById

ExternalConnectionCollection.GetExternalConnectionById method

Gets the ExternalConnection element with the specified id.

public ExternalConnection GetExternalConnectionById(int connId)
ParameterTypeDescription
connIdInt32external connection id

Return Value

The element with the specified id.

See Also