Gets the target property values.

Namespace: ININ.IceLib.Configuration
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public ReadOnlyCollection<Object> TargetPropertyValues { get; }
Visual Basic
Public ReadOnly Property TargetPropertyValues As ReadOnlyCollection(Of Object)
	Get

Field Value

The target property values.

Version Information

Supported for IC Server version 2015 R1 and beyond.

See Also