Property<T> 클래스

정의

서버 구성 속성을 나타냅니다.

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

형식 매개 변수

T

속성의 형식입니다.

상속
Property<T>

생성자

Property<T>(ServiceContainer, Setting)

Property<T> 클래스의 새 인스턴스를 초기화합니다.

속성

Enabled

속성을 사용할지 여부를 가져옵니다.

Value

속성 값을 가져오거나 설정합니다.

메서드

SetValueAndSource(Object, InputSettingSource)

속성의 값 및 원본을 설정합니다.

적용 대상