Compartir a través de


CoreStrings.ComplexPropertyNotFound(Object, Object) Método

Definición

Propiedad compleja '{type}. No se encontró {property}'. Asegúrese de que la propiedad existe y se ha incluido en el modelo como una propiedad compleja.

public static string ComplexPropertyNotFound (object? type, object? property);
static member ComplexPropertyNotFound : obj * obj -> string
Public Shared Function ComplexPropertyNotFound (type As Object, property As Object) As String

Parámetros

type
Object
property
Object

Devoluciones

Se aplica a