Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the value of the open property.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Function GetPropertyValue ( _
target As Object, _
resourceProperty As ResourceProperty _
) As Object
'Usage
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
Parameters
- target
Type: System.Object
Instance of the type that declares the open property.
- resourceProperty
Type: System.Data.Services.Providers.ResourceProperty
Value for the open property.
Return Value
Type: System.Object
Value for the property.