Skip to content

Internal functions

Aydin Tekin edited this page Feb 16, 2021 · 4 revisions

List of internal script functions

getSystemProperty

/*
  Description: Returns the value of given property from the current target system.
  @since 1.4.0

  @param {String}   propertyName           Name of the property to read.
*/
function getSystemProperty()

Example:

var azureDomain = getSystemProperty("azure.domain.name");
Clone this wiki locally