SecurityGroupsDataSet.GroupMembersDataTable.Item property
Gets a row in the GroupMembersDataTable, where the row is specified by an index.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As SecurityGroupsDataSet.GroupMembersRow
Get
'Usage
Dim instance As SecurityGroupsDataSet.GroupMembersDataTable
Dim index As Integer
Dim value As SecurityGroupsDataSet.GroupMembersRow
value = instance.Item(index)
public SecurityGroupsDataSet.GroupMembersRow this[
int index
] { get; }
Parameters
index
Type: System.Int32Specifies the row.
Property value
Type: WebSvcSecurity.SecurityGroupsDataSet.GroupMembersRow
See also
Reference
SecurityGroupsDataSet.GroupMembersDataTable class