ISCApplicationEnvironment::PropertyBag Arguments

Here is the signature for the PropertyBag function:

ISCPropertyBag *PropertyBag(VARIANT Category, VARIANT Name, VARIANT AsString)

The following table contains the valid arguments for the PropertyBag function:

Parameter

Valid Type/Value

Description

Category [optional]

Empty

Complete set of features from all categories are returned.

Category [optional]

VT_BSTR � Name of category

Features from the given category are returned.

Name [optional]

Empty

All properties from the selected category are returned.

Name [optional]

VT_BSTR � Property name

The property with the given name and category is returned.

AsString [optional]

Empty

All values in the property bag are presented in native type.

AsString [optional]

VT_BOOL � TRUE or FALSE

If set to TRUE, all values in the property bag are presented as strings.

More information about category and property names relating to VT_BSTR is located in the Property Bag for Application Environment section.