Share via


ProjectedWrapper.InternalGetProjectedPropertyValue Method

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

Gets the value for the specified property by its index.

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

Syntax

'Declaration
Protected MustOverride Function InternalGetProjectedPropertyValue ( _
    propertyIndex As Integer _
) As Object
'Usage
Dim propertyIndex As Integer 
Dim returnValue As Object 

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

Parameters

  • propertyIndex
    Type: System.Int32
    Index of the property for which to get the value.

Return Value

Type: System.Object
The value for the property.

See Also

Reference

ProjectedWrapper Class

System.Data.Services.Internal Namespace