次の方法で共有


SystemSetting.MaxValue プロパティ

定義

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

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

プロパティ値

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

属性

適用対象