Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the new value after the transaction.
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute> _
Public Property NewValue As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
The new value after the transaction.
Vedere anche
Riferimento
TransactionSearchCriteria Classe
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts