Condividi tramite


Proprietà MinValue

Gets or sets the minimum possible value for the setting.

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

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property MinValue As String
    Get
    Set
'Utilizzo
Dim instance As SystemSetting
Dim value As String

value = instance.MinValue

instance.MinValue = value
[DataMemberAttribute]
public string MinValue { get; set; }
[DataMemberAttribute]
public:
property String^ MinValue {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member MinValue : string with get, set
function get MinValue () : String
function set MinValue (value : String)

Valore proprietà

Tipo: System. . :: . .String
A string that represents the minimum value.