AdminConfigurationManagerGetDefaultNamedValueSource Method
Returns the default named value source for the given node name.
Default named value source should only be used at the root level to avoid name collision.
Namespace: MFiles.VAF.AdminConfigurationsAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public NamedValueKeySource GetDefaultNamedValueSource(
string nodeName
)
- nodeName String
- The name for the node.
NamedValueKeySourceThe default named value source for the given node name.