Share via


SelectExpandNode.SelectedComplexProperties Property

Definition

Caution

This property will be removed later, please use SelectedComplexTypeProperties.

Gets the list of EDM nested properties (complex or collection of complex) to be included in the response. keeping this is only for non-breaking changes, This should be replaced by "SelectedComplexes".

[System.Obsolete("This property will be removed later, please use SelectedComplexTypeProperties.")]
public System.Collections.Generic.ISet<Microsoft.OData.Edm.IEdmStructuralProperty> SelectedComplexProperties { get; }
[<System.Obsolete("This property will be removed later, please use SelectedComplexTypeProperties.")>]
member this.SelectedComplexProperties : System.Collections.Generic.ISet<Microsoft.OData.Edm.IEdmStructuralProperty>
Public ReadOnly Property SelectedComplexProperties As ISet(Of IEdmStructuralProperty)

Property Value

Attributes

Applies to