SecurityTemplatesDataSet.SecurityTemplatesDataTable.Item property
Gets a row in the SecurityTemplatesDataTable, 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 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
index
Type: System.Int32Specifies the row.
Property value
Type: WebSvcSecurity.SecurityTemplatesDataSet.SecurityTemplatesRow
See also
Reference
SecurityTemplatesDataSet.SecurityTemplatesDataTable class