Share via


WssSettingsDataSet.WssAdminDataTable.Item property

Gets a row in the WssAdminDataTable, where the row is specified by an index.

Namespace:  WebSvcWssInterop
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As WssSettingsDataSet.WssAdminRow
    Get
'Usage
Dim instance As WssSettingsDataSet.WssAdminDataTable
Dim index As Integer
Dim value As WssSettingsDataSet.WssAdminRow

value = instance.Item(index)
public WssSettingsDataSet.WssAdminRow this[
    int index
] { get; }

Parameters

Property value

Type: WebSvcWssInterop.WssSettingsDataSet.WssAdminRow

See also

Reference

WssSettingsDataSet.WssAdminDataTable class

WssSettingsDataSet.WssAdminDataTable members

WebSvcWssInterop namespace