Click or drag to resize

PropertyEntryDictionaryGet Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Searches for property entry definition

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public PropertyEntry Get(
	Object key
)
Request Example View Source

Parameters

key
Type: SystemObject
The key. It can be string, it will be used as lowercase

Return Value

Type: PropertyEntry
PropertyEntry
See Also