CoreStrings.DiscriminatorPropertyNotAllowedOnComplexCollection 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.
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