Condividi tramite


SecurityGroupsDataSet.SecurityGroupsDataTable.Item property

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

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

Parameters

Property value

Type: WebSvcSecurity.SecurityGroupsDataSet.SecurityGroupsRow

See also

Reference

SecurityGroupsDataSet.SecurityGroupsDataTable class

SecurityGroupsDataSet.SecurityGroupsDataTable members

WebSvcSecurity namespace