Interface IPropertyTable
Represents a collection of named properties and their associated values.
public interface IPropertyTable
Remarks
Implementations typically use this interface to expose a flexible set of key-value pairs for extensibility or metadata purposes. The property names are case-sensitive. Modifying the returned dictionary may affect the underlying state of the implementing object, depending on the implementation.
Properties
Properties
Dictionary<string, object> Properties { get; }