Item |
Scroll |
Gets the TheClientConnectionSettings with the specified index.
Namespace: Therefore.API
Visual Basic Public Overridable ReadOnly Default Property Item ( _ nIndex As Integer _ ) As TheClientConnectionSettings C# public virtual TheClientConnectionSettings this [int nIndex] { get; }
ParametersnIndex Zero-based index.
Property ValueTheClientConnectionSettings with the specified nIndex. |
|