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

Gibt den ersten Wert des Attributes zurück

### Argumente

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

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

xxx

### Beispiel

```
Li_PersonID = GetSSP_Address_i_SSP_PersonIDEntry(integer(ADGetObjectProperty(Ls_Dn, "otherPager")));
```

### Siehe auch

---
