SystemSetting.MinValue Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the minimum possible value for the setting.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public string MinValue { get; set; }
public:
[DataMemberAttribute]
property String^ MinValue {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member MinValue : string with get, set
<DataMemberAttribute>
Public Property MinValue As String

Property Value

Type: System.String

A string that represents the minimum value.

See Also

SystemSetting Class
Microsoft.MasterDataServices Namespace

Return to top