Compartir a través de


Transaction.PriorValue Propiedad

Gets or sets the old value before the transaction.

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

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property PriorValue As String 
    Get 
    Set
'Uso
Dim instance As Transaction 
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
The old value before the transaction.

Vea también

Referencia

Transaction Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts