Table of Contents

Class SettingPropertyButtonAttribute

Namespace
MCM.Abstractions.Attributes.v2
Assembly
MCMv5.dll
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public sealed class SettingPropertyButtonAttribute : BaseSettingPropertyAttribute, IPropertyDefinitionButton, IPropertyDefinitionBase
Inheritance
SettingPropertyButtonAttribute
Implements
Inherited Members

Constructors

SettingPropertyButtonAttribute(string, int, bool, string)

public SettingPropertyButtonAttribute(string displayName, int order = -1, bool requireRestart = true, string hintText = "")

Parameters

displayName string
order int
requireRestart bool
hintText string

Properties

Content

public string Content { get; set; }

Property Value

string