Compartir a través de


CoreStrings.DuplicatePropertyInIndex(Object, Object) Método

Definición

Las propiedades {propertyList} no se pueden usar para un índice, porque contienen un duplicado: '{property}'.

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

Parámetros

propertyList
Object
property
Object

Devoluciones

Se aplica a