| BuildHelpConfiguration Property |
This is used to pass in the configuration to use for the build
Namespace: SandcastleBuilder.Utils.MSBuildAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string Configuration { get; set; }
Public Property Configuration As String
Get
Set
public:
property String^ Configuration {
String^ get ();
void set (String^ value);
}
member Configuration : string with get, set
Property Value
Type:
StringSee Also