CoreStrings.ClrPropertyOnShadowEntity(Object, Object) Method

Definition

Caution

This API is now deprecated.

The property '{property}' cannot exist on type '{entityType}' because the type is marked as shadow state while the property is not. Shadow state types can only contain shadow state properties.

public static string ClrPropertyOnShadowEntity (object property, object entityType);
[System.Obsolete]
public static string ClrPropertyOnShadowEntity (object? property, object? entityType);
static member ClrPropertyOnShadowEntity : obj * obj -> string
[<System.Obsolete>]
static member ClrPropertyOnShadowEntity : obj * obj -> string
Public Shared Function ClrPropertyOnShadowEntity (property As Object, entityType As Object) As String

Parameters

property
Object
entityType
Object

Returns

Attributes

Applies to