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