CoreStrings.DuplicatePropertyInList(Object, Object) Method

Definition

The property list {propertyList} cannot be used, because it contains a duplicate - '{property}'.

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

Parameters

propertyList
Object
property
Object

Returns

Applies to