Compartir a través de


SystemSetting.SettingValue Propiedad

Gets or sets the setting value.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property SettingValue As String
    Get
    Set
'Uso
Dim instance As SystemSetting
Dim value As String

value = instance.SettingValue

instance.SettingValue = value
[DataMemberAttribute]
public string SettingValue { get; set; }
[DataMemberAttribute]
public:
property String^ SettingValue {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member SettingValue : string with get, set
function get SettingValue () : String
function set SettingValue (value : String)

Valor de la propiedad

Tipo: System.String
A string that represents the setting value.

Vea también

Referencia

SystemSetting Clase

Espacio de nombres Microsoft.MasterDataServices