PropertyBag members

Serves as the base class for generic versions of the PropertyBag class, which enables the scenario of having a parent class declaring its bag as PropertyBag, and the child class building it as PropertyBag<ChildClass>.

The PropertyBag type exposes the following members.

Constructors

  Name Description
Protected method PropertyBag Initializes a new instance of a PropertyBag object.

Top

Properties

  Name Description
Public property Item

Top

Methods

  Name Description
Public method ContainsKey
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IsSupported
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method TryGetValue

Top

Fields

  Name Description
Protected field _Properties

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator

Top

See also

Reference

PropertyBag class

Microsoft.SharePoint.Search.Query namespace