Art TargetInput Path Property
This is used to get or set the input path where the source file is located
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 InputPath { get; set; }VB
Public Property InputPath As String
Get
SetC++
public:
property String^ InputPath {
String^ get ();
void set (String^ value);
}F#
member InputPath : string with get, set