| BuildEventEditorFormBuildEventText Property |
This is used to get or set the build event text to edit
Namespace: SandcastleBuilder.Package.PropertyPagesAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public string BuildEventText { get; set; }
Public Property BuildEventText As String
Get
Set
public:
property String^ BuildEventText {
String^ get ();
void set (String^ value);
}
member BuildEventText : string with get, set
Property Value
Type:
StringSee Also