NAnt SDK Documentation - v0.92 |
|
TlbImpTask.SysArray Property
Specifies whether to import a COM style SafeArray as a managed Array class type. The default is false.
[Visual Basic]
<BooleanValidator, _
TaskAttribute(Required:=False, Name:="sysarray", ExpandProperties:=True, ProcessXml:=True)>
Public Property SysArray As
Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Required=False, Name="sysarray", ExpandProperties=True, ProcessXml=True)]
public
bool SysArray {get; set;}
Property Value
true if a COM style SafeArray should be imported as a managed Array class type; otherwise, false.
Remarks
See the Microsoft.NET Framework SDK documentation for details.
See Also
TlbImpTask Class | NAnt.Win32.Tasks Namespace