Share via


RelationalStrings.ComplexPropertyJsonPropertyNameConflict Method

Definition

Complex property '{property1}' and '{property2}' are both configured to use the same JSON property name '{jsonPropertyName}'. Each property within a JSON-mapped type must have a unique JSON property name.

public static string ComplexPropertyJsonPropertyNameConflict(object? property1, object? property2, object? jsonPropertyName);
static member ComplexPropertyJsonPropertyNameConflict : obj * obj * obj -> string
Public Shared Function ComplexPropertyJsonPropertyNameConflict (property1 As Object, property2 As Object, jsonPropertyName As Object) As String

Parameters

property1
Object
property2
Object
jsonPropertyName
Object

Returns

Applies to