OperationImportSegment.OperationImports 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.
Gets the list of possible operation import overloads for this segment. TODO: Change this to a property that returns just an operationImport.
public System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmOperationImport> OperationImports { get; }
member this.OperationImports : seq<Microsoft.OData.Edm.IEdmOperationImport>
Public ReadOnly Property OperationImports As IEnumerable(Of IEdmOperationImport)