Compartilhar via


Propriedade do RDL SystemSetting.SettingValue

Gets or sets the value of the setting.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<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 da propriedade

Tipo: System.String
The value of the setting.

Consulte também

Referência

SystemSetting Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts