Share via


BusinessLogicDataReader.Item[] Proprietà

Definizione

Overload

Item[Int32]
Item[String]

Item[Int32]

public:
 property System::Object ^ default[int] { System::Object ^ get(int i); };
public object this[int i] { get; }
member this.Item(int) : obj
Default Public ReadOnly Property Item(i As Integer) As Object

Parametri

i
Int32

Valore della proprietà

Implementazioni

Si applica a

Item[String]

public:
 property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ name); };
public object this[string name] { get; }
member this.Item(string) : obj
Default Public ReadOnly Property Item(name As String) As Object

Parametri

name
String

Valore della proprietà

Implementazioni

Si applica a