SettingsPropertyValue(SettingsProperty) Constructor

Definición

Inicializa una nueva instancia de la clase SettingsPropertyValue basándose en los parámetros proporcionados.

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)

Parámetros

property
SettingsProperty

Especifica un objeto SettingsProperty.

Comentarios

Importante

Llamar a este método con datos que no son de confianza supone un riesgo de seguridad. Llame a este método solo con datos de confianza. Para obtener más información, vea Validar todas las entradas.

El SettingsProperty objeto describe información sobre el valor almacenado por el SettingsPropertyValue objeto .

Se aplica a