ReadRegistryTask.

RegistryHiveName Property

Summary

Space separated list of registry hives to search for NAnt.Win32.Tasks.ReadRegistryTask.RegistryKey. For a list of possible values, see Microsoft.Win32.RegistryHive. The default is Microsoft.Win32.RegistryHive.LocalMachine.
Assembly
NAnt.Win32.dll
Namespace
NAnt.Win32.Tasks
Containing Type
ReadRegistryTask

Syntax

[TaskAttribute("hive")]
public virtual string RegistryHiveName { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
string

See Also

  • Microsoft.Win32.RegistryHive