---
title: SCNetworkSetGetTypeID()
framework: systemconfiguration
role: symbol
role_heading: Function
path: systemconfiguration/scnetworksetgettypeid()
---

# SCNetworkSetGetTypeID()

Returns the type identifier of all SCNetworkSet instances.

## Declaration

```swift
func SCNetworkSetGetTypeID() -> CFTypeID
```

## Return Value

Return Value The type identifier of all SCNetworkSet instances.

## See Also

### Configuring Network Sets

- [SCNetworkSetAddService(_:_:)](systemconfiguration/scnetworksetaddservice(_:_:).md)
- [SCNetworkSetContainsInterface(_:_:)](systemconfiguration/scnetworksetcontainsinterface(_:_:).md)
- [SCNetworkSetCopy(_:_:)](systemconfiguration/scnetworksetcopy(_:_:).md)
- [SCNetworkSetCopyAll(_:)](systemconfiguration/scnetworksetcopyall(_:).md)
- [SCNetworkSetCopyCurrent(_:)](systemconfiguration/scnetworksetcopycurrent(_:).md)
- [SCNetworkSetCopyServices(_:)](systemconfiguration/scnetworksetcopyservices(_:).md)
- [SCNetworkSetCreate(_:)](systemconfiguration/scnetworksetcreate(_:).md)
- [SCNetworkSetGetName(_:)](systemconfiguration/scnetworksetgetname(_:).md)
- [SCNetworkSetGetServiceOrder(_:)](systemconfiguration/scnetworksetgetserviceorder(_:).md)
- [SCNetworkSetGetSetID(_:)](systemconfiguration/scnetworksetgetsetid(_:).md)
- [SCNetworkSetRemove(_:)](systemconfiguration/scnetworksetremove(_:).md)
- [SCNetworkSetRemoveService(_:_:)](systemconfiguration/scnetworksetremoveservice(_:_:).md)
- [SCNetworkSetSetCurrent(_:)](systemconfiguration/scnetworksetsetcurrent(_:).md)
- [SCNetworkSetSetName(_:_:)](systemconfiguration/scnetworksetsetname(_:_:).md)
- [SCNetworkSetSetServiceOrder(_:_:)](systemconfiguration/scnetworksetsetserviceorder(_:_:).md)
