# GetMACAddresses

### Description

Gets the MAC addresses of all network cards found on the system.

```csharp
string GetMACAddresses ()
```

### Return

| Type   | Description                                          |
| ------ | ---------------------------------------------------- |
| string | returns a semi colon separated list of MAC addresses |
