Click or drag to resize

PropertyCollectionExtendedListItem Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the PropertyCollectionExtended with the specified instance identifier.

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public PropertyCollectionExtended this[
	string instanceID
] { get; }
Request Example View Source

Parameters

instanceID
Type: SystemString
The instance identifier.

Property Value

Type: PropertyCollectionExtended
The PropertyCollectionExtended.

Return Value

Type: PropertyCollectionExtended
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptioninstanceID - No entry found under this name
See Also