CoreStrings.ComplexPropertyNotCollection(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 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