次の方法で共有


SystemSetting.SettingValue プロパティ

設定の値を取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<DataMemberAttribute> _
Public Property SettingValue As String 
    Get 
    Set
'使用
Dim instance As SystemSetting 
Dim value As String 

value = instance.SettingValue

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

プロパティ値

型: System.String
設定の値。

関連項目

参照

SystemSetting クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間