Partager via


Propriété SystemSetting.SettingValue

Gets or sets the value of the setting.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property SettingValue As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The value of the setting.

Voir aussi

Référence

SystemSetting Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts