<PackageReference Include="castle.core" Version="2.5.2" />

ComponentAttribute

Identifies a property should be represented as a nested component.
public bool NoPrefix { get; set; }

Applies no prefix.

public string Prefix { get; set; }

Gets or sets the prefix.

public bool SetPropertyValue(IDictionaryAdapter dictionaryAdapter, string key, ref object value, PropertyDescriptor property)