<%@ page language="C#" masterpagefile="~/templates/Documentation.master" inherits="Page" pagetitle="Obtaining System Properties" keywords="Obtaining System Properties"%>

Obtaining System Properties

In a query in a stylesheet, there are three system properties for which you can obtain information:

To obtain this information, call the system-property() function. The format is

object system-property(string) 

The string you specify must identify one of the three properties and must be a qualified name. This function returns an object that represents the value of the system property you specify.