Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Obtiene el valor de la propiedad abierta.
Espacio de nombres: System.Data.Services.Providers
Ensamblado: Microsoft.Data.Services (en Microsoft.Data.Services.dll)
Sintaxis
'Declaración
Function GetPropertyValue ( _
target As Object, _
resourceProperty As ResourceProperty _
) As Object
'Uso
Dim instance As IDataServiceQueryProvider
Dim target As Object
Dim resourceProperty As ResourceProperty
Dim returnValue As Object
returnValue = instance.GetPropertyValue(target, _
resourceProperty)
Object GetPropertyValue(
Object target,
ResourceProperty resourceProperty
)
Object^ GetPropertyValue(
Object^ target,
ResourceProperty^ resourceProperty
)
abstract GetPropertyValue :
target:Object *
resourceProperty:ResourceProperty -> Object
function GetPropertyValue(
target : Object,
resourceProperty : ResourceProperty
) : Object
Parámetros
- target
Tipo: System.Object
Instancia del tipo que declara la propiedad abierta.
- resourceProperty
Tipo: System.Data.Services.Providers.ResourceProperty
Valor para la propiedad abierta.
Valor devuelto
Tipo: System.Object
Valor de la propiedad.