IDataServiceQueryProvider.GetOpenPropertyValue Method
Gets the value of the open property.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Function GetOpenPropertyValue ( _
target As Object, _
propertyName As String _
) As Object
'Usage
Dim instance As IDataServiceQueryProvider
Dim target As Object
Dim propertyName As String
Dim returnValue As Object
returnValue = instance.GetOpenPropertyValue(target, _
propertyName)
Object GetOpenPropertyValue(
Object target,
string propertyName
)
Object^ GetOpenPropertyValue(
Object^ target,
String^ propertyName
)
abstract GetOpenPropertyValue :
target:Object *
propertyName:string -> Object
function GetOpenPropertyValue(
target : Object,
propertyName : String
) : Object
Parameters
- target
Type: System.Object
Instance of the type that declares the open property.
- propertyName
Type: System.String
Name of the open property.
Return Value
Type: System.Object
The value of the open property.