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 or sets the term bound by the annotation.
Namespace: Microsoft.Data.Edm.Library.Annotations
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property Term As IEdmTerm
Get
'Usage
Dim instance As EdmVocabularyAnnotation
Dim value As IEdmTerm
value = instance.Term
public IEdmTerm Term { get; }
public:
virtual property IEdmTerm^ Term {
IEdmTerm^ get () sealed;
}
abstract Term : IEdmTerm
override Term : IEdmTerm
final function get Term () : IEdmTerm
Property Value
Type: Microsoft.Data.Edm.IEdmTerm