SettingValue 字段

String value of the setting.

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

语法

声明
<DataMemberAttribute> _
Public SettingValue As String
用法
Dim instance As SystemSetting
Dim value As String

value = instance.SettingValue

instance.SettingValue = value
[DataMemberAttribute]
public string SettingValue
[DataMemberAttribute]
public:
String^ SettingValue
[<DataMemberAttribute>]
val mutable SettingValue: string
public var SettingValue : String