Table of Contents
API reference

Property Value

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Value

Gets the value of this interaction parameter.

This can be cast to a long, bool, string, double or ulong depending on the Type

[JsonIgnore]
public object Value { get; }

Property Value

object