StatusingDataSet.LocalBaseCalendarsDataTable.Item property
Gets a row in the EnterpriseCustomFieldMetadataDataTable, where the row is specified by an index.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.Int32Specifies the row that is to be retrieved.
Property value
Type: WebSvcStatusing.StatusingDataSet.LocalBaseCalendarsRow
See also
Reference
StatusingDataSet.LocalBaseCalendarsDataTable class