Compartir a través de


SystemSetting.MinValue Propiedad

Gets or sets the minimum value the setting can have.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property MinValue As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

SystemSetting Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts