共用方式為


MinValue 屬性

Gets or sets the minimum possible value for the setting.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.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
A string that represents the minimum value.