The set of values held by the entity.

Namespace:  Mindscape.LightSpeed.ServiceModel
Assembly:  Mindscape.LightSpeed.ServiceModel (in Mindscape.LightSpeed.ServiceModel.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
[DataMemberAttribute]
public ValueModelData[] ValueData { get; set; }
Visual Basic (Declaration)
<DataMemberAttribute> _
Public Property ValueData As ValueModelData()

Remarks

This represents all of the ValueModel values.

See Also