EdmStructuredObject.ExpectedEdmType Property
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
'Declaration
Public Property ExpectedEdmType As IEdmStructuredType
Get
Set
'Usage
Dim instance As EdmStructuredObject
Dim value As IEdmStructuredType
value = instance.ExpectedEdmType
instance.ExpectedEdmType = value
public IEdmStructuredType ExpectedEdmType { get; set; }
public:
property IEdmStructuredType^ ExpectedEdmType {
IEdmStructuredType^ get ();
void set (IEdmStructuredType^ value);
}
member ExpectedEdmType : IEdmStructuredType with get, set
function get ExpectedEdmType () : IEdmStructuredType
function set ExpectedEdmType (value : IEdmStructuredType)
Property Value
Type: IEdmStructuredType