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

FileSetAttribute Class

[This is preliminary documentation and subject to change.]

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(Inherited:=True, ValidOn:=AttributeTargets.Property, AllowMultiple:=False)>
NotInheritable Public Class FileSetAttribute
    Inherits BuildElementAttribute
[C#]
[Obsolete(Message="Please use a BuildElement attribute instead. This class will be removed soon.", IsError=True)]
[AttributeUsage(Inherited=True, ValidOn=AttributeTargets.Property, AllowMultiple=False)]
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.

Remarks

Missing <remarks> documentation for T:NAnt.Core.Attributes.FileSetAttribute

Requirements

Namespace: NAnt.Core.Attributes

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

See Also

FileSetAttribute Members | NAnt.Core.Attributes Namespace