NAnt SDK Documentation - v0.85-nightly-2005-11-09

ReadRegistryTask.RegistryKey Property

[This is preliminary documentation and subject to change.]

The registry key to read, including the path.

[Visual Basic]
<TaskAttribute(Required:=True, Name:="key", ExpandProperties:=True, ProcessXml:=True), _  StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Overridable Public Property RegistryKey As String
[C#]
[TaskAttribute(Required=True, Name="key", ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public virtual string RegistryKey {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Win32.Tasks.ReadRegistryTask.RegistryKey

Example

SOFTWARE\Microsoft\.NETFramework\sdkInstallRoot

See Also

ReadRegistryTask Class | NAnt.Win32.Tasks Namespace