다음을 통해 공유


MinValue 필드

String that constrains the minimum possible value for the setting.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)

구문

‘선언
<DataMemberAttribute> _
Public MinValue As String
‘사용 방법
Dim instance As SystemSetting
Dim value As String

value = instance.MinValue

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