The Many<(Of <(T>)>) type exposes the following members.

Properties

  NameDescription
IsConsistent
Gets a value indicating whether the Many contains consistent values.
(Overrides Many..::.IsConsistent.)
IsReadOnly
Gets whether the property value is read-only.
(Inherited from Many.)
PropertyType
Gets the data type of the property.
(Overrides Many..::.PropertyType.)
PropertyTypeName
Gets the (short) name of the data type of the property.
(Inherited from Many.)
RawValue
Gets the value (if available). This value is meaningful only if IsConsistent is true.
(Overrides Many..::.RawValue.)
Value
Gets or sets the value of the property. Getting the value is meaningful only when IsConsistent is true. Setting the value sets the property value on all objects in the Many.
Values
Gets the values across the selected objects.
(Inherited from Many.)

See Also