ExpandedWrapper<TExpandedElement>.InternalGetExpandedPropertyValue Method

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

Returns a property object of the expanded property.

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

Syntax

'Declaration
Protected MustOverride Function InternalGetExpandedPropertyValue ( _
    nameIndex As Integer _
) As Object
'Usage
Dim nameIndex As Integer 
Dim returnValue As Object 

returnValue = Me.InternalGetExpandedPropertyValue(nameIndex)
protected abstract Object InternalGetExpandedPropertyValue(
    int nameIndex
)
protected:
virtual Object^ InternalGetExpandedPropertyValue(
    int nameIndex
) abstract
abstract InternalGetExpandedPropertyValue : 
        nameIndex:int -> Object
protected abstract function InternalGetExpandedPropertyValue(
    nameIndex : int
) : Object

Parameters

Return Value

Type: System.Object
The property value.

See Also

Reference

ExpandedWrapper<TExpandedElement> Class

System.Data.Services.Internal Namespace