Click or drag to resize

PropertyLine Constructor

Initializes a new instance of PropertyLine

Namespace:  Cauldron.Java
Assembly:  Cauldron (in Cauldron.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public PropertyLine(
	string key,
	string value
)

Parameters

key
Type: SystemString
The key of property
value
Type: SystemString
The value of the property
See Also