NAnt SDK Documentation - v0.92 |
|
AssemblyAttribute.Value Property
Value of the attribute.
[Visual Basic]
<TaskAttribute(Name:="value", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Value As
String
[C#]
[TaskAttribute(Name="value", Required=False, ExpandProperties=True, ProcessXml=True)]
public
string Value {get; set;}
See Also
AssemblyAttribute Class | NAnt.DotNet.Types Namespace