Compartir a través de


Transaction.NewValue Propiedad

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property NewValue As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

Transaction Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts