Previous Topic: Exception ClassNext Topic: Agent API Guidance for C


Property Class

The Property class, SmProperty, holds the following information about a property:

Method

Description

getName()

Retrieves the name of the property.

getType()

Retrieves the type of the property (that is, 0 if plain text, 1 if encrypted).

getValue()

Retrieves the value of the property.

setName()

Sets the name of the property.

setType()

Sets the type of the property, 0 if plain text & 1 if encrypted.

setValue()

Sets the value of the property.