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

属性值

该设置可具有的最大值。

属性

适用于