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 referenced value term.
Namespace: Microsoft.Data.Edm.Library.Expressions
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property Term As IEdmValueTerm
Get
'Usage
Dim instance As EdmValueTermReferenceExpression
Dim value As IEdmValueTerm
value = instance.Term
public IEdmValueTerm Term { get; }
public:
virtual property IEdmValueTerm^ Term {
IEdmValueTerm^ get () sealed;
}
abstract Term : IEdmValueTerm
override Term : IEdmValueTerm
final function get Term () : IEdmValueTerm
Property Value
Type: Microsoft.Data.Edm.IEdmValueTerm
Implements
IEdmValueTermReferenceExpression.Term