Share via


OperationSegment.EdmType Property

Definition

Gets the IEdmType of this OperationSegment.

public override Microsoft.OData.Edm.IEdmType EdmType { get; }
member this.EdmType : Microsoft.OData.Edm.IEdmType
Public Overrides ReadOnly Property EdmType As IEdmType

Property Value

Exceptions

Throws if the type is unknown.

Remarks

This value will be null for void service operations. If there are multiple candidate operations with varying return types, then this property will throw.

Applies to