SelectExpandNode.SelectedStructuralProperties 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 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)