| BindingRedirectSettingsConfigurationFile Property |
This is used to get or set the path to the configuration file from which the settings should be
imported.
Namespace: SandcastleBuilder.PlugInsAssembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
Syntax public FilePath ConfigurationFile { get; set; }
Public Property ConfigurationFile As FilePath
Get
Set
public:
property FilePath^ ConfigurationFile {
FilePath^ get ();
void set (FilePath^ value);
}
member ConfigurationFile : FilePath with get, set
Property Value
Type:
FilePathIf specified, the properties in the Binding Redirect category are ignored.
See Also