MaxValue 屬性
Gets or sets the maximum possible value for the setting.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
<DataMemberAttribute> _
Public Property MaxValue As String
Get
Set
'用途
Dim instance As SystemSetting
Dim value As String
value = instance.MaxValue
instance.MaxValue = value
[DataMemberAttribute]
public string MaxValue { get; set; }
[DataMemberAttribute]
public:
property String^ MaxValue {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member MaxValue : string with get, set
function get MaxValue () : String
function set MaxValue (value : String)
屬性值
型別:System. . :: . .String
A string that represents the maximum value.