Click or drag to resize

ClaimCollection Properties

This is preliminary documentation and is subject to change.

The ClaimCollection type exposes the following members.

Properties
 NameDescription
Public propertyCountGets the number of elements contained in the ICollection<T>.
(Inherited from UnorderedKeyedMultiCollection<TKey, TItem>)
Public propertyIsReadOnlyGets a value indicating whether the ICollection<T> is read-only.
(Inherited from UnorderedKeyedMultiCollection<TKey, TItem>)
Public propertyItem Gets a read-only view of the items with the specified key.
(Inherited from UnorderedKeyedMultiCollection<TKey, TItem>)
Public propertyKeys Gets a read-only view of the key collection.
(Inherited from UnorderedKeyedMultiCollection<TKey, TItem>)
Top
See Also