MinValue フィールド
設定の最小有効値を規定する文字列。
名前空間: Microsoft.MasterDataServices.Services.DataContracts
アセンブリ: Microsoft.MasterDataServices.Services (Microsoft.MasterDataServices.Services.dll)
構文
'宣言
<DataMemberAttribute> _
Public MinValue As String
'使用
Dim instance As SystemSetting
Dim value As String
value = instance.MinValue
instance.MinValue = value
[DataMemberAttribute]
public string MinValue
[DataMemberAttribute]
public:
String^ MinValue
[<DataMemberAttribute>]
val mutable MinValue: string
public var MinValue : String