Table of Contents

Enum Configuration

Namespace
Ando.Workflow
Assembly
ando.dll

Build configuration: Debug or Release. Used by Dotnet operations to specify build configuration.

public enum Configuration

Fields

Debug = 0

Debug configuration with debugging symbols.

Release = 1

Release configuration with optimizations.