TargetFile Property
This is used to get or set the target's reference topic filename
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 File { get; set; }VB
Public Property File As String
Get
SetC++
public:
property String^ File {
String^ get ();
void set (String^ value);
}F#
member File : string with get, set