Partager via


Propriété SystemSetting.MaxValue

Gets or sets the maximum 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 MaxValue As String 
    Get 
    Set
'Utilisation
Dim instance As SystemSetting 
Dim value As String 

value = instance.MaxValue

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

Valeur de propriété

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

Voir aussi

Référence

SystemSetting Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts