SelectExpandNode.SelectedComplexProperties 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.
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