ResourcePlanDataSet.DatesDataTable.Item Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace: [PWA Web service]
Assembly: [PWA Web service proxy assembly].dll
Syntax
'Declaration
<DebuggerNonUserCodeAttribute> _
Public ReadOnly Default Property Item ( _
index As Integer _
) As DatesRow
'Usage
Dim instance As DatesDataTable
Dim index As Integer
Dim value As DatesRow
value = instance(index)
[DebuggerNonUserCodeAttribute]
public DatesRow this [
int index
] { get; }
Parameters
- index
See Also
Reference
ResourcePlanDataSet.DatesDataTable Class
ResourcePlanDataSet.DatesDataTable Members
[PWA Web service] Namespace