Description | Example | Return Message | Group

KeyValueMetaData_RM

Return information about KeyValueMetaData.

Syntax

KeyValueMetaData_RM <ScenarioPath> {Option} [<Parameters>]

Related Commands

Description

Return information about KeyValueMetaData.

The following table describes the Options and <Parameters>.

Option <Parameters> Description
GetPairs n/a Returns a list of the Key,Value pairs.
GetValue Key "<Name>" Return the value of the specified key.
GetReadOnly Key "<Name>" Return the read only value (True or False) for the specified key.

Example

Return a list of the Key,Value pairs:

KeyValueMetaData_RM * GetPairs

ReturnMessage

MyCity,Beaver Falls
MyState,Pennsylvania

Example

Return the value of the specified key:

KeyValueMetaData_RM * GetValue Key "MyCity"

ReturnMessage

Beaver Falls

Group Membership

This command belongs to the following group(s):

Scenarios

Version

11.2

STK 11.2.1 Programming Interface