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

LicenseTask.LicenseTarget Property

[This is preliminary documentation and subject to change.]

NOTE: This property is now obsolete.

Use the "target" attribute instead.


Specifies the executable for which the .licenses file is generated.

[Visual Basic]
<Obsolete(Message:="Use the "target" attribute instead.", IsError:=False), _  StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null"), _  TaskAttribute(Required:=False, Name:="licensetarget", ExpandProperties:=True, ProcessXml:=True)>
Public Property LicenseTarget As String
[C#]
[Obsolete(Message="Use the "target" attribute instead.", IsError=False)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Required=False, Name="licensetarget", ExpandProperties=True, ProcessXml=True)]
public string LicenseTarget {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.LicenseTask.LicenseTarget

See Also

LicenseTask Class | NAnt.DotNet.Tasks Namespace