次の方法で共有


IExpandedResult.GetExpandedPropertyValue メソッド

指定されたプロパティの値を結果から取得します。

名前空間:  System.Data.Services
アセンブリ:  Microsoft.Data.Services (Microsoft.Data.Services.dll)

構文

'宣言
Function GetExpandedPropertyValue ( _
    name As String _
) As Object
'使用
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

パラメーター

  • name
    型: System.String
    列挙可能な結果を取得するプロパティの名前。

戻り値

型: System.Object
プロパティの値。

関連項目

参照

IExpandedResult インターフェイス

System.Data.Services 名前空間