| ResourceItemSourceFile Property |
This is used to get or set the name of the file containing the
resource item.
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string SourceFile { get; set; }
Public Property SourceFile As String
Get
Set
public:
property String^ SourceFile {
String^ get ();
void set (String^ value);
}
member SourceFile : string with get, set
Property Value
Type:
StringSee Also