EdmPropertyReferenceExpression.ReferencedProperty Property

Gets the referenced property.

Namespace:  Microsoft.Data.Edm.Library.Expressions
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public ReadOnly Property ReferencedProperty As IEdmProperty 
    Get
'Usage
Dim instance As EdmPropertyReferenceExpression 
Dim value As IEdmProperty 

value = instance.ReferencedProperty
public IEdmProperty ReferencedProperty { get; }
public:
virtual property IEdmProperty^ ReferencedProperty {
    IEdmProperty^ get () sealed;
}
abstract ReferencedProperty : IEdmProperty 
override ReferencedProperty : IEdmProperty
final function get ReferencedProperty () : IEdmProperty

Property Value

Type: Microsoft.Data.Edm.IEdmProperty

Implements

IEdmPropertyReferenceExpression.ReferencedProperty

See Also

Reference

EdmPropertyReferenceExpression Class

Microsoft.Data.Edm.Library.Expressions Namespace