CoreStrings.NoIndexer(Object) Method

Definition

An indexed property was added to entity type '{entity}'. But there is no public indexer on '{entity}' taking a single argument of type 'string' and returning type 'object'.

public static string NoIndexer (object entity);
static member NoIndexer : obj -> string
Public Shared Function NoIndexer (entity As Object) As String

Parameters

entity
Object

Returns

Applies to