Specialized Member With Parameters ReferencePrefix Property
This read-only property returns the prefix
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2026.1.20.0
C#
public string Prefix { get; }VB
Public ReadOnly Property Prefix As String
GetC++
public:
property String^ Prefix {
String^ get ();
}F#
member Prefix : string with get