Share via


Transaction.NewValue Property

Gets or sets the new value that resulted from the transaction.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property NewValue As String 
    Get 
    Set
'Usage
Dim instance As Transaction 
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)

Property Value

Type: System.String
The new value that resulted from the transaction.

See Also

Reference

Transaction Class

Microsoft.MasterDataServices.Services.DataContracts Namespace