SecurityCategoriesDataSet.SecurityCategoryRulesDataTable.Item - Propriété
Obtient une ligne dans le SecurityCategoryRulesDataTable, où la ligne est spécifiée par un index.
Espace de noms : WebSvcSecurity
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Item ( _
index As Integer _
) As SecurityCategoriesDataSet.SecurityCategoryRulesRow
Get
'Utilisation
Dim instance As SecurityCategoriesDataSet.SecurityCategoryRulesDataTable
Dim index As Integer
Dim value As SecurityCategoriesDataSet.SecurityCategoryRulesRow
value = instance.Item(index)
public SecurityCategoriesDataSet.SecurityCategoryRulesRow this[
int index
] { get; }
Paramètres
index
Type : System.Int32Spécifie la ligne.
Valeur de propriété
Type : WebSvcSecurity.SecurityCategoriesDataSet.SecurityCategoryRulesRow
Voir aussi
Référence
SecurityCategoriesDataSet.SecurityCategoryRulesDataTable classe
SecurityCategoriesDataSet.SecurityCategoryRulesDataTable - Membres