Partager via


Champ MaxValue

String that constrains the maximum 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 MaxValue As String
'Utilisation
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