Resource ItemSource File Property
This is used to get or set the name of the file containing the resource item
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string SourceFile { get; set; }VB
Public Property SourceFile As String
Get
SetC++
public:
property String^ SourceFile {
String^ get ();
void set (String^ value);
}F#
member SourceFile : string with get, set