Interface IPropertyBag
Property bag interface.
public interface IPropertyBag
  Properties
this[string]
Indexer to access property value by name
object this[string propertyName] { get; set; }
  Parameters
propertyNamestringName of the property