SPScriptSafeCollection.Item property
Obtém o registro de segurança de script no índice especificado.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Default Property Item ( _
index As Integer _
) As String
Get
'Uso
Dim instance As SPScriptSafeCollection
Dim index As Integer
Dim value As String
value = instance(index)
public string this[
int index
] { get; }
Parâmetros
index
Type: System.Int32O índice do registro na coleção.
Property value
Type: System.String