WssServersDataSet.WssServersDataTable.Item property
Gets a row in the WssServersDataTable, 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 WssServersDataSet.WssServersRow
Get
'Usage
Dim instance As WssServersDataSet.WssServersDataTable
Dim index As Integer
Dim value As WssServersDataSet.WssServersRow
value = instance.Item(index)
public WssServersDataSet.WssServersRow this[
int index
] { get; }
Parameters
- index
Type: System.Int32
Property value
Type: WebSvcWssInterop.WssServersDataSet.WssServersRow
See also
Reference
WssServersDataSet.WssServersDataTable class