CoreStrings.DuplicateServicePropertyType Method

Definition

The service property '{property}' of type '{serviceType}' cannot be added to the entity type '{entityType}' because service property '{duplicateName}' of the same type already exists on entity type '{duplicateEntityType}'.

public static string DuplicateServicePropertyType (object property, object serviceType, object entityType, object duplicateName, object duplicateEntityType);
static member DuplicateServicePropertyType : obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateServicePropertyType (property As Object, serviceType As Object, entityType As Object, duplicateName As Object, duplicateEntityType As Object) As String

Parameters

property
Object
serviceType
Object
entityType
Object
duplicateName
Object
duplicateEntityType
Object

Returns

Applies to