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