Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the expression for the structured value containing the referenced term property.
Namespace: Microsoft.Data.Edm.Library.Expressions
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property Base As IEdmExpression
Get
'Usage
Dim instance As EdmValueTermReferenceExpression
Dim value As IEdmExpression
value = instance.Base
public IEdmExpression Base { get; }
public:
virtual property IEdmExpression^ Base {
IEdmExpression^ get () sealed;
}
abstract Base : IEdmExpression
override Base : IEdmExpression
final function get Base () : IEdmExpression
Property Value
Type: Microsoft.Data.Edm.Expressions.IEdmExpression
Implements
IEdmValueTermReferenceExpression.Base