Siebel Service Handheld Guide > Print Tagging Language > Get and Set Tags >

GetRegistry Tag


The GetRegistry tag obtains a value in the registry and assigns it to a variable.

Usage

Use GetRegistry to print the contents of the registry key in your report.

Syntax

<TAG:GetRegistry name="REGISTRY NAME" variable="VARIABLE NAME">

Parameter
Description

TAG:GetRegistry

(Required) Required tag indicator.

name

(Required) Value in the registry.

variable

(Required) Name of the variable where the value is stored.

Example

<TAG:GetRegistry name="InstallDir" variable="Registry">

Siebel Service Handheld Guide Copyright © 2007, Oracle. All rights reserved.