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
index
Type : System.Int32Spécifie la ligne.
Valeur de propriété
Type : WebSvcResource.ResourceDataSet.CalendarExceptionsRow
Voir aussi
Référence
ResourceDataSet.CalendarExceptionsDataTable classe