de la propiedad ResourceDataSet.CalendarExceptionsDataTable.Item
Obtiene un objeto de fila en la CalendarExceptionsDataTable, donde se especifica la fila por un índice.
Espacio de nombres: WebSvcResource
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public ReadOnly Property Item ( _
index As Integer _
) As ResourceDataSet.CalendarExceptionsRow
Get
'Uso
Dim instance As ResourceDataSet.CalendarExceptionsDataTable
Dim index As Integer
Dim value As ResourceDataSet.CalendarExceptionsRow
value = instance.Item(index)
public ResourceDataSet.CalendarExceptionsRow this[
int index
] { get; }
Parámetros
index
Tipo: System.Int32Especifica la fila.
Valor de propiedad
Tipo: WebSvcResource.ResourceDataSet.CalendarExceptionsRow
Vea también
Referencia
clase ResourceDataSet.CalendarExceptionsDataTable