次の方法で共有


TransactionSearchCriteria.NewValue プロパティ

トランザクションの後で新しい値を取得または設定します。

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

構文

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

value = instance.NewValue

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

プロパティ値

型: System.String
トランザクション後の新しい値。

関連項目

参照

TransactionSearchCriteria クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間