Share via


ResourceAuthorizationDataSet.GroupMembershipsDataTable.Item property

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

Namespace:  WebSvcResource
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As ResourceAuthorizationDataSet.GroupMembershipsRow
    Get
'Usage
Dim instance As ResourceAuthorizationDataSet.GroupMembershipsDataTable
Dim index As Integer
Dim value As ResourceAuthorizationDataSet.GroupMembershipsRow

value = instance.Item(index)
public ResourceAuthorizationDataSet.GroupMembershipsRow this[
    int index
] { get; }

Parameters

Property value

Type: WebSvcResource.ResourceAuthorizationDataSet.GroupMembershipsRow

See also

Reference

ResourceAuthorizationDataSet.GroupMembershipsDataTable class

ResourceAuthorizationDataSet.GroupMembershipsDataTable members

WebSvcResource namespace