SecurityGroupsDataSet.GroupMembersDataTable.Item Property

Gets a row in the GroupMembersDataTable, where the row is specified by an index.

Namespace:  [Security Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Security.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Security.asmx?wsdl

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

Property Value

Type: [Security Web service].SecurityGroupsDataSet.GroupMembersRow

See Also

Reference

SecurityGroupsDataSet.GroupMembersDataTable Class

SecurityGroupsDataSet.GroupMembersDataTable Members

Security Web Service