次の方法で共有


MaxValue フィールド

設定の最大有効値を規定する文字列。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services (Microsoft.MasterDataServices.Services.dll)

構文

'宣言
<DataMemberAttribute> _
Public MaxValue As String
'使用
Dim instance As SystemSetting
Dim value As String

value = instance.MaxValue

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