Compartir a través de


SecurityTemplatesDataSet.SecurityTemplatesDataTable.Item Property

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

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

Parameters

Property Value

Type: [Security Web service].SecurityTemplatesDataSet.SecurityTemplatesRow

See Also

Reference

SecurityTemplatesDataSet.SecurityTemplatesDataTable Class

SecurityTemplatesDataSet.SecurityTemplatesDataTable Members

Security Web Service