NAnt SDK Documentation - v0.92

FileSetAttribute Class

NOTE: This class is now obsolete.

Please use a BuildElement attribute instead. This class will be removed soon.


Indicates that a property should be treated as a XML file set for the task.

For a list of all members of this type, see FileSetAttribute Members.

System.Object
   System.Attribute
      NAnt.Core.Attributes.BuildElementAttribute
         NAnt.Core.Attributes.FileSetAttribute

[Visual Basic]
<Obsolete(Message:="Please use a BuildElement attribute instead. This class will be removed soon.", IsError:=True), _  AttributeUsage(ValidOn:=AttributeTargets.Property, AllowMultiple:=False, Inherited:=True)>
NotInheritable Public Class FileSetAttribute
    Inherits BuildElementAttribute
[C#]
[Obsolete(Message="Please use a BuildElement attribute instead. This class will be removed soon.", IsError=True)]
[AttributeUsage(ValidOn=AttributeTargets.Property, AllowMultiple=False, Inherited=True)]
public sealed class FileSetAttribute : BuildElementAttribute

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NAnt.Core.Attributes

Assembly: NAnt.Core (in NAnt.Core.dll)

See Also

FileSetAttribute Members | NAnt.Core.Attributes Namespace