This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Populate Custom Property through Custom Code

Can we populate Custom Property values through Custom .Net Code?

  • Custom properties are stored in the SolarWinds database as well.

    You can update custom properties directly from SQL Server Management Studio.

    Or from the Orion Database Manager tool.

    Or from PowerShell.

    So if you want to populate custom properties with values via .NET code, the code must connect to the database, issue an UPDATE query, so basically, yes, it is possible.