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

TlbImpTask.SysArray Property

[This is preliminary documentation and subject to change.]

Specifies whether to import a COM style SafeArray as a managed Array class type. The default is false.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="sysarray", ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property SysArray As Boolean
[C#]
[TaskAttribute(Required=False, Name="sysarray", ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
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