Share via


ValidationRules.StructuredTypePropertyNameAlreadyDefined Field

Validates that there are not duplicate properties in a type.

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

Syntax

'Declaration
Public Shared ReadOnly StructuredTypePropertyNameAlreadyDefined As ValidationRule(Of IEdmStructuredType)
'Usage
Dim value As ValidationRule(Of IEdmStructuredType)

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

See Also

Reference

ValidationRules Class

Microsoft.Data.Edm.Validation Namespace