Interface ILiveSetting
public interface ILiveSetting
Properties
CurrentValue
object? CurrentValue { get; }
Property Value
Definition
LiveSettingDefinition Definition { get; }
Property Value
Name
string Name { get; }
Property Value
Methods
SetObject(object?)
void SetObject(object? value)
Parameters
valueobject
ToSandboxValue()
SandboxValue ToSandboxValue()