CoreStrings.NoPropertyType(Object, Object) Method

Definition

The property '{property}' cannot be added to the type '{type}' because no property type was specified and there is no corresponding CLR property or field. To add a shadow state property, the property type must be specified.

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

Parameters

property
Object
entityTypetype
Object

Returns

Applies to