ConfigurationStorageInVaultValidatingValueProviderGetValue Method |
A pass-through value getter.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic Object GetValue(
Object target
)
Public Function GetValue (
target As Object
) As Object
public:
virtual Object^ GetValue(
Object^ target
) sealed
Parameters
- target
- Type: SystemObject
The target object.
Return Value
Type:
ObjectThe value from the value provider.
Implements
IValueProvider.GetValue(Object)
See Also