Share via


EdmStructuredObject.ExpectedEdmType Property

 

Gets or sets the expected IEdmStructuredType of the entity or complex type of this object.

Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public IEdmStructuredType ExpectedEdmType { get; set; }
public:
property IEdmStructuredType^ ExpectedEdmType {
    IEdmStructuredType^ get();
    void set(IEdmStructuredType^ value);
}
member ExpectedEdmType : IEdmStructuredType with get, set
Public Property ExpectedEdmType As IEdmStructuredType

Property Value

Type: Microsoft.OData.Edm.IEdmStructuredType

See Also

EdmStructuredObject Class
System.Web.OData Namespace

Return to top