SetupData.GetPackageProperties

table SetupData.GetPackageProperties ( 

string PackageName )

Example 1

tProp = SetupData.GetPackageProperties("Default");

Gets the package properties for the package named "Default" and stores them in table "tProp".

Example 2

sPackageDescription = SetupData.GetPackageProperties(sPackageName).Description;

Gets the package description for the package name stored in string "sPackageName" and stores it in string "sPackageDescription".

See also:  Related Actions