IExpandedResult.GetExpandedPropertyValue Method

Gets the value for a named property of the result.

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

Syntax

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

returnValue = instance.GetExpandedPropertyValue(name)
Object GetExpandedPropertyValue(
    string name
)
Object^ GetExpandedPropertyValue(
    String^ name
)
abstract GetExpandedPropertyValue : 
        name:string -> Object
function GetExpandedPropertyValue(
    name : String
) : Object

Parameters

  • name
    Type: System.String
    The name of the property for which to get enumerable results.

Return Value

Type: System.Object
The value of the property.

See Also

Reference

IExpandedResult Interface

System.Data.Services Namespace