IPackageSpecificsDAddPKGProperty Method

Add package property to package.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void AddPKGProperty(
	string key,
	string value
)

Parameters

key  String
key of property
value  String
value of property, should be written in this way 'x'

Implements

InterfacePackageSpecificsDAddPKGProperty(String, String)

See Also