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

AssemblyAttribute.Value Property

[This is preliminary documentation and subject to change.]

Value of the attribute.

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

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Types.AssemblyAttribute.Value

See Also

AssemblyAttribute Class | NAnt.DotNet.Types Namespace