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

ReadRegistryTask.PropertyName Property

[This is preliminary documentation and subject to change.]

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;}

Remarks

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

See Also

ReadRegistryTask Class | NAnt.Win32.Tasks Namespace