Свойство SystemSetting.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.