NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
Library.LibraryName Property
[This is preliminary documentation and subject to change.]
The name of the library.
[Visual Basic]
<StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null"), _
TaskAttribute(Name:="name", Required:=True, ExpandProperties:=True, ProcessXml:=True)>
Public Property LibraryName As
String
[C#]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Name="name", Required=True, ExpandProperties=True, ProcessXml=True)]
public
string LibraryName {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.VisualCpp.Types.Library.LibraryName
See Also
Library Class | NAnt.VisualCpp.Types Namespace