Gets or sets flags which apply to this Section.

Namespace: SharpAssembler.Core
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public SectionFlags Flags { get; set; }
Visual Basic
Public Property Flags As SectionFlags
	Get
	Set
Visual C++
public:
property SectionFlags Flags {
	SectionFlags get ();
	void set (SectionFlags value);
}

Field Value

A bitwise combination of members of the SectionFlags enumeration.

See Also