Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the annotations manager of the model.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property DirectValueAnnotationsManager As IEdmDirectValueAnnotationsManager
Get
'Usage
Dim instance As EdmCoreModel
Dim value As IEdmDirectValueAnnotationsManager
value = instance.DirectValueAnnotationsManager
public IEdmDirectValueAnnotationsManager DirectValueAnnotationsManager { get; }
public:
virtual property IEdmDirectValueAnnotationsManager^ DirectValueAnnotationsManager {
IEdmDirectValueAnnotationsManager^ get () sealed;
}
abstract DirectValueAnnotationsManager : IEdmDirectValueAnnotationsManager
override DirectValueAnnotationsManager : IEdmDirectValueAnnotationsManager
final function get DirectValueAnnotationsManager () : IEdmDirectValueAnnotationsManager
Property Value
Type: Microsoft.Data.Edm.Annotations.IEdmDirectValueAnnotationsManager
The annotations manager of the model.
Implements
IEdmModel.DirectValueAnnotationsManager