Freigeben über


Transaction.PriorValue-Eigenschaft

Gets or sets the old value before the transaction.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property PriorValue As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.String
The old value before the transaction.

Siehe auch

Verweis

Transaction Klasse

Microsoft.MasterDataServices.Services.DataContracts-Namespace