ICopy Component MetadataCopyright Property
This read-only property returns the copyright information for the copy component
Definition
Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string Copyright { get; }VB
ReadOnly Property Copyright As String
GetC++
property String^ Copyright {
String^ get ();
}F#
abstract Copyright : string with get