Partager via


ResourceDataSet.CalendarExceptionsDataTable.Item - Propriété

Obtient un objet row dans l' CalendarExceptionsDataTable, où la ligne est spécifiée par un index.

Espace de noms :  WebSvcResource
Assembly :  ProjectServerServices (dans ProjectServerServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Item ( _
    index As Integer _
) As ResourceDataSet.CalendarExceptionsRow
    Get
'Utilisation
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; }

Paramètres

Valeur de propriété

Type : WebSvcResource.ResourceDataSet.CalendarExceptionsRow

Voir aussi

Référence

ResourceDataSet.CalendarExceptionsDataTable classe

ResourceDataSet.CalendarExceptionsDataTable - Membres

WebSvcResource - Espace de noms