...
This function is used to unlink a profile from a device. This will NOT remove the profile from the physical device. For that functionality, look at ; this…. Remove profile from device, which will do both.
Syntax
Code Block | ||
---|---|---|
| ||
Public Function UnlinkUnitFromProfile(unitName As String, profileName As String, changelogComment As String) As Boolean |
...