Share via


CoreStrings.ComplexCollectionEntryInvalidStateChange(Object) Method

Definition

Cannot change the state of an element of the '{property}' complex collection directly from Deleted to Added or vice versa. First mark it as Unchanged.

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

Parameters

property
Object

Returns

Applies to