TypeNameAlreadyDefined Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.Data.Edm.Validation
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Shared ReadOnly TypeNameAlreadyDefined As ValidationRule(Of IEdmModel)
'Usage
Dim value As ValidationRule(Of IEdmModel)

value = ValidationRules.TypeNameAlreadyDefined
public static readonly ValidationRule<IEdmModel> TypeNameAlreadyDefined
public:
static initonly ValidationRule<IEdmModel^>^ TypeNameAlreadyDefined
static val TypeNameAlreadyDefined: ValidationRule<IEdmModel>
public static final var TypeNameAlreadyDefined : ValidationRule<IEdmModel>

See Also

Reference

ValidationRules Class

Microsoft.Data.Edm.Validation Namespace