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