| GenerateInheritedDocsConfigurationFile Property |
This is used to set the configuration file to use from the MSBuild project file
Namespace: SandcastleBuilder.InheritedDocumentationAssembly: GenerateInheritedDocs (in GenerateInheritedDocs.exe) Version: 2014.11.22.0
Syntax public string ConfigurationFile { get; set; }
Public Property ConfigurationFile As String
Get
Set
public:
property String^ ConfigurationFile {
String^ get ();
void set (String^ value);
}
member ConfigurationFile : string with get, set
Property Value
Type:
StringSee Also