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 actual 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 ActualEdmType { get; set; }
public:
property IEdmStructuredType^ ActualEdmType {
IEdmStructuredType^ get();
void set(IEdmStructuredType^ value);
}
member ActualEdmType : IEdmStructuredType with get, set
Public Property ActualEdmType As IEdmStructuredType
Property Value
Type: Microsoft.Data.Edm.IEdmStructuredType
See Also
EdmStructuredObject Class
System.Web.Http.OData Namespace
Return to top