ExpandedWrapper<TExpandedElement>.IExpandedResult.ExpandedElement Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets the element with expanded properties.

Namespace:  System.Data.Services.Internal
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Private ReadOnly Property ExpandedElement As Object 
    Implements IExpandedResult.ExpandedElement 
    Get
'Usage
Dim instance As ExpandedWrapper 
Dim value As Object 

value = CType(instance, IExpandedResult).ExpandedElement
Object IExpandedResult.ExpandedElement { get; }
private:
virtual property Object^ ExpandedElement {
    Object^ get () sealed = IExpandedResult::ExpandedElement::get;
}
private abstract ExpandedElement : Object 
private override ExpandedElement : Object
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.Object
The object in a property expanded by IExpandedResult.

Implements

IExpandedResult.ExpandedElement

See Also

Reference

ExpandedWrapper<TExpandedElement> Class

System.Data.Services.Internal Namespace