SystemSetting.SettingValue 属性

Gets or sets the value of the setting.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property SettingValue As String 
    Get 
    Set
用法
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)

属性值

类型:System.String
The value of the setting.

请参阅

参考

SystemSetting 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间