ValidationRules.VocabularyAnnotatableNoDuplicateAnnotations Field

Validates that there are no annotations that share the same term and qualifier.

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

Syntax

'Declaration
Public Shared ReadOnly VocabularyAnnotatableNoDuplicateAnnotations As ValidationRule(Of IEdmVocabularyAnnotatable)
'Usage
Dim value As ValidationRule(Of IEdmVocabularyAnnotatable)

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

See Also

Reference

ValidationRules Class

Microsoft.Data.Edm.Validation Namespace