次の方法で共有


SystemSetting.MinValue プロパティ

定義

設定に使用できる最小値を指定します。 SettingValue の検証に使用されます。

public:
 property System::String ^ MinValue { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string MinValue { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MinValue : string with get, set
Public Property MinValue As String

プロパティ値

設定に指定できる最小値。

属性

適用対象