Compartir a través de


TransactionSearchCriteria.PriorValue Propiedad

Gets or sets a prior transaction value.

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

Sintaxis

'Declaración
<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 de la propiedad

Tipo: System.String
A string that represents the prior value.

Vea también

Referencia

TransactionSearchCriteria Clase

Espacio de nombres Microsoft.MasterDataServices