NAnt SDK Documentation - v0.92 |
|
Library.LibraryName Property
The name of the library.
[Visual Basic]
<TaskAttribute(Name:="name", Required:=True, ExpandProperties:=True, ProcessXml:=True), _
StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Public Property LibraryName As
String
[C#]
[TaskAttribute(Name="name", Required=True, ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public
string LibraryName {get; set;}
See Also
Library Class | NAnt.VisualCpp.Types Namespace