다음을 통해 공유


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