AvailableValuesCollectionItem Property (Int32) |
Gets or sets the element at the specified index.
Namespace:
Dundas.BI.Configuration
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public KeyValuePair<Object, string> this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As KeyValuePair(Of Object, String)
Get
Set
public:
virtual property KeyValuePair<Object^, String^> default[int index] {
KeyValuePair<Object^, String^> get (int index) sealed;
void set (int index, KeyValuePair<Object^, String^> value) sealed;
}
abstract Item : KeyValuePair<Object, string> with get, set
override Item : KeyValuePair<Object, string> with get, set
Parameters
- index
- Type: SystemInt32
The zero-based index of the element to get or set.
Return Value
Type:
KeyValuePairObject,
StringThe element at the specified index.
Implements
IListTItemInt32IReadOnlyListTItemInt32Exceptions See Also