Partager via


Propriété TransactionSearchCriteria.NewValue

Gets or sets the new value after the transaction.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property NewValue As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The new value after the transaction.

Voir aussi

Référence

TransactionSearchCriteria Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts