Click or drag to resize

cssEntryDefinitionSet Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the specified key.

Namespace:  imbSCI.Core.style.css
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void Set(
	string key,
	string value
)
Request Example View Source

Parameters

key
Type: SystemString
The key.
value
Type: SystemString
The value.
See Also