IEdmModel.DirectValueAnnotationsManager Property
Gets the model's annotations manager.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property DirectValueAnnotationsManager As IEdmDirectValueAnnotationsManager
Get
'Usage
Dim instance As IEdmModel
Dim value As IEdmDirectValueAnnotationsManager
value = instance.DirectValueAnnotationsManager
IEdmDirectValueAnnotationsManager DirectValueAnnotationsManager { get; }
property IEdmDirectValueAnnotationsManager^ DirectValueAnnotationsManager {
IEdmDirectValueAnnotationsManager^ get ();
}
abstract DirectValueAnnotationsManager : IEdmDirectValueAnnotationsManager
function get DirectValueAnnotationsManager () : IEdmDirectValueAnnotationsManager
Property Value
Type: Microsoft.Data.Edm.Annotations.IEdmDirectValueAnnotationsManager
The model?s annotations manager.