Compartilhar via


SystemSetting.SettingValue Propriedade

Definição

Especifica o valor da configuração. Ele é restrito por várias outras propriedades, como o SettingType, DataType, SystemDomainList, MinValue, MaxValue.

public:
 property System::String ^ SettingValue { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string SettingValue { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SettingValue : string with get, set
Public Property SettingValue As String

Valor da propriedade

O valor da configuração.

Atributos

Aplica-se a