MaxValue 字段

String that constrains the maximum possible value for the setting.

命名空间:  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