SystemSetting.MaxValue 属性

定义

获取或设置该设置的最大可能值。

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

属性值

一个表示最大值的字符串。

属性

适用于