ExpandedWrapper<TExpandedElement>.GetExpandedPropertyValue Method

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

Returns the value of the expanded property.

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

Syntax

'Declaration
Public Function GetExpandedPropertyValue ( _
    name As String _
) As Object
'Usage
Dim instance As ExpandedWrapper 
Dim name As String 
Dim returnValue As Object 

returnValue = instance.GetExpandedPropertyValue(name)
public Object GetExpandedPropertyValue(
    string name
)
public:
virtual Object^ GetExpandedPropertyValue(
    String^ name
) sealed
abstract GetExpandedPropertyValue : 
        name:string -> Object  
override GetExpandedPropertyValue : 
        name:string -> Object
public final function GetExpandedPropertyValue(
    name : String
) : Object

Parameters

Return Value

Type: System.Object
The value of the property.

Implements

IExpandedResult.GetExpandedPropertyValue(String)

See Also

Reference

ExpandedWrapper<TExpandedElement> Class

System.Data.Services.Internal Namespace