# GetActiveDirectoryComputerDomain

### Description

Gets the active directory domain to which the local computer is joined.

```csharp
string GetActiveDirectoryComputerDomain ()
```

### Return

| Type   | Description                                                               |
| ------ | ------------------------------------------------------------------------- |
| string | returns the active directory domain to which the local computer is joined |
