SystemSetting.MinValue Field
String that constrains the minimum possible value for the setting.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public MinValue As String
'Usage
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
See Also