ADSIBaseTask Class

Summary

Base NAnt task for working with ADSI. This task contains only the path of the ADSI object that you want to work with.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks
Base Types
  • Task
Derived Types
graph BT Type-->Base0["Task"] Type["ADSIBaseTask"] class Type type-node Derived0["ADSIGetPropertyTask"]-->Type click Derived0 "/api/NAnt.Contrib.Tasks/ADSIGetPropertyTask" Derived1["ADSISetPropertyTask"]-->Type click Derived1 "/api/NAnt.Contrib.Tasks/ADSISetPropertyTask"

Syntax

public abstract class ADSIBaseTask : Task

Properties

Name Value Summary
Path string
The ADSI path of the location where we want to work with.