Share via


SelectExpandNode.SelectedStructuralProperties Property

Definition

Gets the list of EDM structural properties (primitive, enum or collection of them) to be included in the response. It could be null if there's no property selected.

public System.Collections.Generic.ISet<Microsoft.OData.Edm.IEdmStructuralProperty> SelectedStructuralProperties { get; }
member this.SelectedStructuralProperties : System.Collections.Generic.ISet<Microsoft.OData.Edm.IEdmStructuralProperty>
Public ReadOnly Property SelectedStructuralProperties As ISet(Of IEdmStructuralProperty)

Property Value

Applies to