Compartir a través de


de la propiedad ServerStub.CollectionIndexerMethodName

El nombre del método indizador.

Espacio de nombres:  Microsoft.SharePoint.Client
Ensamblado:  Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)

Sintaxis

'Declaración
Protected Friend Overridable ReadOnly Property CollectionIndexerMethodName As String
    Get
'Uso
Dim value As String

value = Me.CollectionIndexerMethodName
protected internal virtual string CollectionIndexerMethodName { get; }

Valor de propiedad

Tipo: System.String

Comentarios

Por ejemplo, si este objeto ServerProxy es de clase de PetCollection y existe un método de GetById en PetCollection, si la dirección URL es /pets('abc'), el CollectionIndexerMethodName se utilizará para recuperar el objeto. Significa que /pets('abc') es igual que /pets/getbyid('abc').

Vea también

Referencia

clase ServerStub

Miembros ServerStub

Espacio de nombres Microsoft.SharePoint.Client