Transaction.PriorValue 属性

Gets or sets the old value before the transaction.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property PriorValue As String 
    Get 
    Set
用法
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)

属性值

类型:System.String
The old value before the transaction.

请参阅

参考

Transaction 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间