0 out of 1 rated this helpful - Rate this topic

PropertyCollection Properties

  Name Description
Public property Count Gets the number of properties in this collection.
Public property Item Gets the specified property.
Public property PropertyNames Gets the names of the properties in this collection.
Public property Values Gets the values of the properties in this collection.
Top
  Name Description
Explicit interface implementation Property System.Collections.ICollection.IsSynchronized Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Explicit interface implementation Property System.Collections.ICollection.SyncRoot Gets an object that can be used to synchronize access to the ICollection.
Explicit interface implementation Property System.Collections.IDictionary.IsFixedSize Gets a value indicating whether the IDictionary object has a fixed size.
Explicit interface implementation Property System.Collections.IDictionary.IsReadOnly Gets a value indicating whether the IDictionary object is read-only.
Explicit interface implementation Property System.Collections.IDictionary.Item Gets or sets the element with the specified key.
Explicit interface implementation Property System.Collections.IDictionary.Keys Gets an ICollection object containing the keys of the IDictionary object.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.