---
title: isDefault
framework: cfnetwork
role: symbol
role_heading: Type Property
path: cfnetwork/cfnetservicebrowserflags/isdefault
---

# isDefault

Specifies whether the resulting domain is the default registration or browse domain.

## Declaration

```swift
static var isDefault: CFNetServiceBrowserFlags { get }
```

## Discussion

Discussion If set, the resulting domain is the default registration or browse domain, depending on the context. For this version of the CFNetServices API, the default registration domain is the local domain. note: In previous versions of this API, this constant was kCFNetServiceFlagIsRegistrationDomain, which is retained for backward compatibility.

## See Also

### Type Properties

- [isDomain](cfnetwork/cfnetservicebrowserflags/isdomain.md)
- [isRegistrationDomain](cfnetwork/cfnetservicebrowserflags/isregistrationdomain.md)
- [moreComing](cfnetwork/cfnetservicebrowserflags/morecoming.md)
- [remove](cfnetwork/cfnetservicebrowserflags/remove.md)
- [isRegistrationDomain](cfnetwork/cfnetservicebrowserflags/isregistrationdomain.md)
