CoreStrings.ComplexPropertyValueNotDictionary(Object, Object) 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.
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