Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagevb
Public Function UnlinkUnitFromProfile(unitName As String, profileName As String, changelogComment As String) As Boolean

...