Transaction.NewValue 属性

定义

指定由更改导致的值。

public:
 property System::String ^ NewValue { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string NewValue { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.NewValue : string with get, set
Public Property NewValue As String

属性值

新值。

属性

适用于