Share via


ODataServiceDocument.FunctionImports Property

Definition

Gets or sets the set of function imports in the service document.

public System.Collections.Generic.IEnumerable<Microsoft.OData.ODataFunctionImportInfo> FunctionImports { get; set; }
member this.FunctionImports : seq<Microsoft.OData.ODataFunctionImportInfo> with get, set
Public Property FunctionImports As IEnumerable(Of ODataFunctionImportInfo)

Property Value

The set of function imports in the service document.

Applies to