Setup Factory 10

SetupData.GetPackageProperties

SetupData.GetPackageProperties

This is the first topic This is the last topic  

SetupData.GetPackageProperties

This is the first topic This is the last topic  

OverviewExamples

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


Learn More: Indigo Rose Software - Setup Factory - Buy Now - Contact Us