SPAcl<T>.Item Property (Int32)

Gets the access control entry at the specified index in the access control list.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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; }

Parameters

  • index
    Type: System.Int32

    A 32-bit integer that specifies the index.

Property Value

Type: Microsoft.SharePoint.Administration.SPAce<T>

See Also

Reference

SPAcl<T> Class

SPAcl<T> Members

Item Overload

Microsoft.SharePoint.Administration Namespace