AssemblyAdapter.ExtensionProperties Property

Namespace
Kampute.DocToolkit.Metadata.Adapters
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets all the extension properties defined in the assembly.
public IReadOnlyCollection<IProperty> ExtensionProperties { get; }

Property Value

IReadOnlyCollection<IProperty>
A read-only collection of IProperty instances representing the extension properties defined in the assembly.