values property

values property

Gets an ICollection object containing the values in the IDictionary object.

Definition:

@property
def values(self):
    ...

See Also