|   | Compound | 
The CompoundValueT type exposes the following members.
 Properties
Properties
        | Name | Description | |
|---|---|---|
|   | AllAssigned | Gets a boolean value indicating if all of the composite values have been assigned a value. | 
|   | Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionNullableT) | 
|   | Item | Gets or sets the element at the specified index. (Inherited from CollectionNullableT) | 
|   | Items | Gets a IListT wrapper around the CollectionT. (Inherited from CollectionNullableT) | 
|   | NoneAssigned | Gets a boolean value indicating if none of the composite values have been assigned a value. | 
 See Also
See Also