Share via


Setting<T> Class

Definition

Represents a management setting.

generic <typename T>
public ref class Setting
public class Setting<T>
type Setting<'T> = class
Public Class Setting(Of T)

Type Parameters

T

The type of object the setting represents

Inheritance
Setting<T>

Constructors

Setting<T>()

Constuctor.

Properties

AllowOverride

Whether a per instance override is allowed.

Applies to