Campo MinValue
String that constrains the minimum possible value for the setting.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public MinValue As String
'Uso
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
Consulte também