Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the expected IEdmStructuredType of the entity or complex type of this object.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.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.Data.Edm.IEdmStructuredType
See Also
EdmStructuredObject Class
System.Web.Http.OData Namespace
Return to top