Share via


ODataFeed.Functions Property

 

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

Syntax

public IEnumerable<ODataFunction> Functions { get; }
public:
property IEnumerable<ODataFunction^>^ Functions {
    IEnumerable<ODataFunction^>^ get();
}
member Functions : IEnumerable<ODataFunction> with get
Public ReadOnly Property Functions As IEnumerable(Of ODataFunction)

Property Value

Type: System.Collections.Generic.IEnumerable<ODataFunction>

See Also

ODataFeed Class
Microsoft.OData.Core Namespace

Return to top