Metodo IDataServiceQueryProvider.GetOpenPropertyValue
Ottiene il valore della proprietà aperta.
Spazio dei nomi System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
Function GetOpenPropertyValue ( _
target As Object, _
propertyName As String _
) As Object
'Utilizzo
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
Parametri
- target
Tipo: System.Object
Istanza del tipo che dichiara la proprietà aperta.
- propertyName
Tipo: System.String
Nome della proprietà aperta.
Valore restituito
Tipo: System.Object
Valore della proprietà aperta.