Table of Contents

Property Optional

Namespace
Anvil.Services
Assembly
NWN.Anvil.dll

Optional

Marks this dependency as optional. Optional dependencies do not throw exceptions if the service is not available.

public bool Optional { get; init; }

Property Value

bool