共用方式為


TransactionSearchCriteria.NewValue 屬性

Gets or sets the new value after the transaction.

命名空間:  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
The new value after the transaction.

請參閱

參考

TransactionSearchCriteria 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間