Gets or sets whether the contents of this section requires execute permission.
            
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public bool Executable { get; set; } | 
| Visual Basic | 
|---|
| Public Property Executable As Boolean
	Get
	Set | 
| Visual C++ | 
|---|
| public:
property bool Executable {
	bool get ();
	void set (bool value);
} | 
Field Value
trueTruetruetrue (True in Visual Basic) to set the 
Executable flag;
            otherwise, 
falseFalsefalsefalse (False in Visual Basic) to clear it.
 See Also
See Also