Share via


SelectExpandNode.SelectedActions Property

Definition

Gets the list of OData actions to be included in the response. It could be null.

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

Property Value

Applies to