---
title: "ADGetObjectPropertyValueList (Opus Funktion)"
---
### Beschreibung

Gibt eine Liste der Attributswerte zurück

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
|  | [string](../../standard-datentypen/string.md) | Object Distinguished Name |
|  | [string](../../standard-datentypen/string.md) | Attribute Name |
|  | [integer](../../standard-datentypen/integer.md) | Recursive Flag |

### Rückgabewert [string](../../standard-datentypen/string.md)

xxx

### Beispiel

```
Lo_MailList := ADGetObjectPropertyValueList(Ls_UserObjectPath, "mail", 0);
```

### Siehe auch

---
