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
propertyName
stringName of the property