다음을 통해 공유


SystemSetting.MinValue 속성

Gets or sets the minimum value the setting can have.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataMemberAttribute> _
Public Property MinValue As String 
    Get 
    Set
‘사용 방법
Dim instance As SystemSetting 
Dim value As String 

value = instance.MinValue

instance.MinValue = value
[DataMemberAttribute]
public string MinValue { get; set; }
[DataMemberAttribute]
public:
property String^ MinValue {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member MinValue : string with get, set
function get MinValue () : String 
function set MinValue (value : String)

속성 값

유형: System.String
The minimum value the setting can have.

참고 항목

참조

SystemSetting 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스