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

ProgramLocationAttribute.LocationType Property

[This is preliminary documentation and subject to change.]

Gets or sets the LocationType of the task.

[Visual Basic]
Public Property LocationType As LocationType
[C#]
public LocationType LocationType {get; set;}

Property Value

The location type of the task to which the attribute is assigned.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Attributes.ProgramLocationAttribute.LocationType

See Also

ProgramLocationAttribute Class | NAnt.Core.Attributes Namespace