次の方法で共有


SecurityProjectCategoriesDataSet.UserRelationsDataTable.Item Property

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

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

Parameters

Property Value

Type: [Security Web service].SecurityProjectCategoriesDataSet.UserRelationsRow

See Also

Reference

SecurityProjectCategoriesDataSet.UserRelationsDataTable Class

SecurityProjectCategoriesDataSet.UserRelationsDataTable Members

Security Web Service