Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IEdmStructuredObject Interface

 

Represents an instance of an IEdmStructuredType.

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

public interface class IEdmStructuredObject : IEdmObject

NameDescription
System_CAPS_pubmethodGetEdmType()

Gets the IEdmTypeReference of this instance. (Inherited from IEdmObject.)

System_CAPS_pubmethodTryGetPropertyValue(String^, Object^)

Gets the value of the property with the given name.

Return to top
Show: