Partager via


Propriété SystemSetting.MinValue

Gets or sets the minimum value the setting can have.

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

Syntaxe

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

Valeur de propriété

Type : System.String
The minimum value the setting can have.

Voir aussi

Référence

SystemSetting Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts