Condividi tramite


Metodo IExpandedResult.GetExpandedPropertyValue

Ottiene il valore per una proprietà denominata del risultato.

Spazio dei nomi  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Sintassi

'Dichiarazione
Function GetExpandedPropertyValue ( _
    name As String _
) As Object
'Utilizzo
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

Parametri

  • name
    Tipo: System.String
    Nome della proprietà per il quale ottenere risultati enumerabili.

Valore restituito

Tipo: System.Object
Valore della proprietà.

Vedere anche

Riferimento

IExpandedResult Interfaccia

Spazio dei nomi System.Data.Services