GroupSettingsDataSet.GroupSettingsDataTable.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 GroupSettingsRow
'Usage
Dim instance As GroupSettingsDataTable
Dim index As Integer
Dim value As GroupSettingsRow
value = instance(index)
[DebuggerNonUserCodeAttribute]
public GroupSettingsRow this [
int index
] { get; }
Parameters
- index
See Also
Reference
GroupSettingsDataSet.GroupSettingsDataTable Class
GroupSettingsDataSet.GroupSettingsDataTable Members
[PWA Web service] Namespace