UpdateableDataRecord.IUpdateableDataRecord.Item[] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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