Share via


CoreStrings.ComplexPropertyNotCollection(Object, Object) Method

Definition

The complex property '{type}.{property}' is not a collection. Only complex collection properties can be used here.

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

Parameters

type
Object
property
Object

Returns

Applies to