-
Notifications
You must be signed in to change notification settings - Fork 0
Internal functions
Aydin Tekin edited this page Feb 16, 2021
·
4 revisions
/*
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");