Condividi tramite


Proprietà SystemSetting.SettingValue

Gets or sets the value of the setting.

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property SettingValue As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
The value of the setting.

Vedere anche

Riferimento

SystemSetting Classe

Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts