RelationalStrings.ComplexPropertyJsonPropertyNameConflict Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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