string GetProperty(string)

Gets a KioWare property by name

Security

Trust Level Required: Low Trust

Parameters

Name Description
name (Optional) string
Name of the property desired, which can be one of the following: StartPage - The configured start page URL, DefaultPage - The default page for the current browser (normally the start page). Note that case MUST match.

Return

The property requested.

Remarks

This can be one of the following: StartPage - The configured start page URL, DefaultPage - The default page for the current browser (normally the start page). Note that case MUST match.

Examples


var startPage = KioApp.GetProperty("StartPage"); 
var defaultPage = KioApp.GetProperty("DefaultPage");
console.log("The KioWare start page is .. " + startPage + ". The default page for the current browser is .. " + defaultPage);
    

Requirements

KioWare for Windows version 8.1 or greater.