NAnt Help Task Reference <adsigetprop> | NAnt.Contrib.Tasks () |
Used to get the value of a property from an ADSI object.
Attribute | Type | Description | Required |
---|---|---|---|
propname | string | The name of the property to get | True |
storein | string | The system property to store the value in. | True |
path | string | The ADSI path of the location where we want to work with. | True |
failonerror | bool | False | |
if | bool | False | |
unless | bool | False | |
verbose | bool | False |