次の方法で共有


SettingValue フィールド

設定の文字列値。

名前空間:  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