NAnt SDK Documentation - v0.92

ReadRegistryTask.PropertyName Property

The property to set to the specified registry key value.

If this attribute is used then a single value will be read.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="property", ExpandProperties:=True, ProcessXml:=True)>
Overridable Public Property PropertyName As String
[C#]
[TaskAttribute(Required=False, Name="property", ExpandProperties=True, ProcessXml=True)]
public virtual string PropertyName {get; set;}

See Also

ReadRegistryTask Class | NAnt.Win32.Tasks Namespace