Share via


SecurityGroupsDataSet.GlobalPermissionsDataTable.Item property

Gets a row in the GlobalPermissionsDataTable, 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.GlobalPermissionsRow
    Get
'Usage
Dim instance As SecurityGroupsDataSet.GlobalPermissionsDataTable
Dim index As Integer
Dim value As SecurityGroupsDataSet.GlobalPermissionsRow

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

Parameters

Property value

Type: WebSvcSecurity.SecurityGroupsDataSet.GlobalPermissionsRow

See also

Reference

SecurityGroupsDataSet.GlobalPermissionsDataTable class

SecurityGroupsDataSet.GlobalPermissionsDataTable members

WebSvcSecurity namespace