deleteConnectionRecordingPreferences

Deletes the preferences for recording RDP connections.

Samples


fun main() { 
   //sampleStart 
   // Delete the connection recording preferences for the account
val resp = ssmGuiConnectClient.deleteConnectionRecordingPreferences() 
   //sampleEnd
}