SPAcl<T>.Item-Eigenschaft (Int32)
Dient zum Abrufen der Zugriffssteuerungseintrag am angegebenen Index in der Zugriffssteuerungsliste.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As SPAce(Of T)
Get
'Usage
Dim instance As SPAcl
Dim index As Integer
Dim value As SPAce(Of T)
value = instance(index)
public SPAce<T> this[
int index
] { get; }
Parameter
index
Typ: System.Int3232-Bit-eine ganze Zahl, die den Index angibt.
Eigenschaftswert
Typ: Microsoft.SharePoint.Administration.SPAce<T>