Compartilhar via


Propriedade do RDL TransactionSearchCriteria.PriorValue

Gets or sets a prior transaction value.

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

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property PriorValue As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
A prior transaction value.

Consulte também

Referência

TransactionSearchCriteria Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts