Share via


StatusingDataSet.LocalBaseCalendarsDataTable.Item Property

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

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As StatusingDataSet.LocalBaseCalendarsRow
    Get
'Usage
Dim instance As StatusingDataSet.LocalBaseCalendarsDataTable
Dim index As Integer
Dim value As StatusingDataSet.LocalBaseCalendarsRow

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

Parameters

  • index
    Type: System.Int32
    Specifies the row that is to be retrieved.

Property Value

Type: [Statusing Web service].StatusingDataSet.LocalBaseCalendarsRow

See Also

Reference

StatusingDataSet.LocalBaseCalendarsDataTable Class

StatusingDataSet.LocalBaseCalendarsDataTable Members

Statusing Web Service