NewValue 属性

Gets or sets the new value after the transaction.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.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
String representing the value.