Condividi tramite


Campo MaxValue

String that constrains the maximum possible value for the setting.

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public MaxValue As String
'Utilizzo
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