Target DictionaryFile Pattern Property
This is used to get or set the file pattern to use when searching for target files
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public string FilePattern { get; protected set; }VB
Public Property FilePattern As String
Get
Protected SetC++
public:
property String^ FilePattern {
String^ get ();
protected: void set (String^ value);
}F#
member FilePattern : string with get, set