Table of Contents

Interface IEdmStructuredObject

Namespace
System.Web.Http.OData
Assembly
System.Web.Http.OData.dll

Represents an instance of an Microsoft.Data.Edm.IEdmStructuredType.

public interface IEdmStructuredObject : IEdmObject
Inherited Members

Methods

TryGetPropertyValue(string, out object)

Gets the value of the property with the given name.

bool TryGetPropertyValue(string propertyName, out object value)

Parameters

propertyName string

The name of the property to get.

value object

When this method returns, contains the value of the property with the given name, if the property is found; otherwise, . The parameter is passed uninitialized.

Returns

bool

if the instance contains the property with the given name; otherwise, .