Summary
Used to get the value of a property from an ADSI object.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks - Base Types
-
- Task
- ADSIBaseTask
graph BT
Type-->Base0["ADSIBaseTask"]
click Base0 "/api/NAnt.Contrib.Tasks/ADSIBaseTask"
Base0-->Base1["Task"]
Type["ADSIGetPropertyTask"]
class Type type-node
Syntax
[TaskName("adsigetprop")]
public class ADSIGetPropertyTask : ADSIBaseTask
Attributes
Type | Description |
---|---|
TaskName |
Properties
Name | Value | Summary |
---|---|---|
Path | string |
The ADSI path of the location where we want to work with.
Inherited from ADSIBaseTask
|
PropName | string |
The name of the property to get.
|
StoreIn | string |
The name of the property to store the value in.
|
Methods
Name | Value | Summary |
---|---|---|
ExecuteTask |
void |
Sets the specified property
|