Udostępnij za pośrednictwem


Pole SystemSetting.MinValue

Ciąg, który ogranicza minimalna możliwa wartość ustawienia.

Przestrzeń nazw:  Microsoft.MasterDataServices.Services.DataContracts
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
<DataMemberAttribute> _
Public MinValue As String
'Użycie
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