Wildcard Reference SettingsWildcard Property
This is used to get or set the wildcard to use with the folder
Definition
Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
C#
public string Wildcard { get; set; }VB
Public Property Wildcard As String
Get
SetC++
public:
property String^ Wildcard {
String^ get ();
void set (String^ value);
}F#
member Wildcard : string with get, set