StatusingSettingsDataSet.StatusingSettingsDataTable.Item property
Gets a row of table management methods and class information, at the specified index location in the StatusingSettingsDataTable.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As StatusingSettingsDataSet.StatusingSettingsRow
Get
'Usage
Dim instance As StatusingSettingsDataSet.StatusingSettingsDataTable
Dim index As Integer
Dim value As StatusingSettingsDataSet.StatusingSettingsRow
value = instance.Item(index)
public StatusingSettingsDataSet.StatusingSettingsRow this[
int index
] { get; }
Parameters
- index
Type: System.Int32
Property value
Type: WebSvcAdmin.StatusingSettingsDataSet.StatusingSettingsRow
An integer offset into the StatusingSettingsDataTable.
See also
Reference
StatusingSettingsDataSet.StatusingSettingsDataTable class