UpdateableDataRecord.IUpdateableDataRecord.Item[] Property

Definition

Overloads

IUpdateableDataRecord.Item[Int32]
IUpdateableDataRecord.Item[String]

IUpdateableDataRecord.Item[Int32]

property System::Object ^ Microsoft::HostIntegration::MsHostFileClient::IUpdateableDataRecord::Item[int] { System::Object ^ get(int index); void set(int index, System::Object ^ value); };
object Microsoft.HostIntegration.MsHostFileClient.IUpdateableDataRecord.Item[int index] { get; set; }
Microsoft.HostIntegration.MsHostFileClient.IUpdateableDataRecord.Item
 Property Item(index As Integer) As Object Implements IUpdateableDataRecord.Item

Parameters

index
Int32

Property Value

Object

Implements

Applies to

IUpdateableDataRecord.Item[String]

property System::Object ^ Microsoft::HostIntegration::MsHostFileClient::IUpdateableDataRecord::Item[System::String ^] { System::Object ^ get(System::String ^ name); void set(System::String ^ name, System::Object ^ value); };
object Microsoft.HostIntegration.MsHostFileClient.IUpdateableDataRecord.Item[string name] { get; set; }
Microsoft.HostIntegration.MsHostFileClient.IUpdateableDataRecord.Item
 Property Item(name As String) As Object Implements IUpdateableDataRecord.Item

Parameters

name
String

Property Value

Object

Implements

Applies to