EdmLabeledExpressionReferenceExpression.ReferencedLabeledExpression Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the referenced labeled element. The referenced labeled element can be initialized only once either using the EdmLabeledExpressionReferenceExpression(IEdmLabeledExpression) constructor or by assigning value directly to this property.
public Microsoft.OData.Edm.Vocabularies.IEdmLabeledExpression ReferencedLabeledExpression { get; set; }
member this.ReferencedLabeledExpression : Microsoft.OData.Edm.Vocabularies.IEdmLabeledExpression with get, set
Public Property ReferencedLabeledExpression As IEdmLabeledExpression