Share via


SelectExpandNode.SelectedActions Property

 

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

Namespace:   System.Web.Http.OData.Formatter.Serialization
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public ISet<IEdmFunctionImport> SelectedActions {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property ISet<IEdmFunctionImport^>^ SelectedActions {
    [CompilerGeneratedAttribute]
    ISet<IEdmFunctionImport^>^ get();
    [CompilerGeneratedAttribute]
    private: void set(ISet<IEdmFunctionImport^>^ value);
}
member SelectedActions : ISet<IEdmFunctionImport> with get, private set
Public Property SelectedActions As ISet(Of IEdmFunctionImport)
    Get
    Private Set
End Property

Property Value

Type: System.Collections.Generic.ISet<IEdmFunctionImport>

See Also

SelectExpandNode Class
System.Web.Http.OData.Formatter.Serialization Namespace

Return to top