Share via


ProjectedWrapper.GetProjectedPropertyValue Method

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

Gets the value of the named property for the result.

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

Syntax

'Declaration
Public Function GetProjectedPropertyValue ( _
    propertyName As String _
) As Object
'Usage
Dim instance As ProjectedWrapper 
Dim propertyName As String 
Dim returnValue As Object 

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

Parameters

  • propertyName
    Type: System.String
    Name of property for which to get the value.

Return Value

Type: System.Object
The value for the named property of the result.

See Also

Reference

ProjectedWrapper Class

System.Data.Services.Internal Namespace