ConfigurationStorageInVaultValidatingValueProviderGetValue Method

A pass-through value getter.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public Object GetValue(
	Object target
)

Parameters

target  Object
The target object.

Return Value

Object
The value from the value provider.

Implements

IValueProvider.GetValue(Object)

See Also