Gets or sets the minimum value the setting can have.
命名空间: Microsoft.MasterDataServices.Services.DataContracts
程序集: Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property MinValue As String
Get
Set
用法
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)
属性值
类型:System.String
The minimum value the setting can have.