共用方式為


SystemSetting.MinValue 屬性

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.

請參閱

參考

SystemSetting 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間