IAssembly.ExtensionProperties Property

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

Definition

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

Property Value

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