Gets or sets flags which apply to this Section.
Namespace: SharpAssembler.CoreAssembly: 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); } |