Share via


CoreStrings.DiscriminatorPropertyNotAllowedOnComplexCollection Method

Definition

A discriminator property cannot be set for the type '{type}' because '{containingType}' is a complex collection.

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

Parameters

type
Object
containingType
Object

Returns

Applies to