WssSettingsDataSet.WssAdminDataTable.Item Property
Gets a row in the WssAdminDataTable, where the row is specified by an index.
Namespace: [WssInterop Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/WssInterop.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/WssInterop.asmx?wsdl
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
- index
Type: System.Int32
Property Value
Type: [WssInterop Web service].WssSettingsDataSet.WssAdminRow
See Also
Reference
WssSettingsDataSet.WssAdminDataTable Class