Partager via


Champ MinValue

String that constrains the minimum possible value for the setting.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public MinValue As String
'Utilisation
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