Share via


CoreStrings.ComplexPropertyValueNotDictionary(Object, Object) Method

Definition

The value for complex property '{property}' must be a 'Dictionary<string, object>', but it was '{typeName}'.

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

Parameters

property
Object
typeName
Object

Returns

Applies to