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

ReadRegistryTask.PropertyPrefix Property

[This is preliminary documentation and subject to change.]

The prefix to use for the specified registry key values.

If this attribute is used then all registry values will be read and stored as properties with this prefix.

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

Remarks

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

Example

Registry values a, b, c will be turned into prefixa, prefixb, prefixc named properties

See Also

ReadRegistryTask Class | NAnt.Win32.Tasks Namespace