SettingsPropertyValue(SettingsProperty) Construtor

Definição

Inicializa uma nova instância da classe SettingsPropertyValue, com base nos parâmetros fornecidos.Initializes a new instance of the SettingsPropertyValue class, based on supplied parameters.

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 um objeto SettingsProperty.Specifies a SettingsProperty object.

Comentários

Importante

Chamar este método quando você tiver dados não confiáveis é um risco à segurança.Calling this method with untrusted data is a security risk. Chame esse método apenas quando você tiver dados confiáveis.Call this method only with trusted data. Para obter mais informações, confira Validação de dados.For more information, see Data Validation.

O SettingsProperty objeto descreve informações sobre o valor armazenado pelo SettingsPropertyValue objeto.The SettingsProperty object describes information about the value stored by the SettingsPropertyValue object.

Aplica-se a