Share via


ODataMessageReaderSettings.ClientCustomTypeResolver Property

Definition

Gets or sets custom type resolver used by the Client.

public Func<Microsoft.OData.Edm.IEdmType,string,Microsoft.OData.Edm.IEdmType> ClientCustomTypeResolver { get; set; }
member this.ClientCustomTypeResolver : Func<Microsoft.OData.Edm.IEdmType, string, Microsoft.OData.Edm.IEdmType> with get, set
Public Property ClientCustomTypeResolver As Func(Of IEdmType, String, IEdmType)

Property Value

Applies to