Partager via


Propriété SystemSetting.SettingValue

Gets or sets the setting value.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.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
A string that represents the setting value.

Voir aussi

Référence

SystemSetting Classe

Espace de noms Microsoft.MasterDataServices