Table of Contents

Property ServiceProvider

Namespace
DisCatSharp.Extensions.TwoFactorCommands
Assembly
DisCatSharp.Extensions.TwoFactorCommands.dll

ServiceProvider

Sets the service provider for this TwoFactor instance.

Objects in this provider are used when instantiating command modules. This allows passing data around without resorting to static members.

Defaults to an empty service provider.

public IServiceProvider ServiceProvider { set; }

Property Value

IServiceProvider