Table of Contents

Class CommandServiceOptions

Namespace
SampSharp.Entities.SAMP.Commands
Assembly
SampSharp.OpenMp.Entities.Commands.dll

Options for configuring the command service, shared by both player and console command services.

public class CommandServiceOptions
Inheritance
CommandServiceOptions
Derived
Inherited Members

Constructors

CommandServiceOptions()

public CommandServiceOptions()

Properties

StringComparison

Gets or sets the string comparison used for command and group name matching. Defaults to OrdinalIgnoreCase.

public StringComparison StringComparison { get; set; }

Property Value

StringComparison