SettingsPropertyValue(SettingsProperty) 생성자

정의

제공된 매개 변수에 따라 SettingsPropertyValue 클래스의 새 인스턴스를 초기화합니다.

public:
 SettingsPropertyValue(System::Configuration::SettingsProperty ^ property);
public SettingsPropertyValue (System.Configuration.SettingsProperty property);
new System.Configuration.SettingsPropertyValue : System.Configuration.SettingsProperty -> System.Configuration.SettingsPropertyValue
Public Sub New (property As SettingsProperty)

매개 변수

property
SettingsProperty

SettingsProperty 개체를 지정합니다.

설명

중요

신뢰할 수 없는 데이터로 이 메서드를 호출하는 것은 보안상 위험합니다. 신뢰할 수 있는 데이터로만 이 메서드를 호출하세요. 자세한 내용은 모든 입력 유효성 검사를 참조하세요.

개체는 SettingsProperty 개체에 의해 저장된 SettingsPropertyValue 값에 대한 정보를 설명합니다.

적용 대상