Partager via


Propriété TransactionSearchCriteria.PriorValue

Gets or sets a prior transaction value.

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

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property PriorValue As String 
    Get 
    Set
'Utilisation
Dim instance As TransactionSearchCriteria 
Dim value As String 

value = instance.PriorValue

instance.PriorValue = value
[DataMemberAttribute]
public string PriorValue { get; set; }
[DataMemberAttribute]
public:
property String^ PriorValue {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member PriorValue : string with get, set
function get PriorValue () : String 
function set PriorValue (value : String)

Valeur de propriété

Type : System.String
A prior transaction value.

Voir aussi

Référence

TransactionSearchCriteria Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts