Transaction.PriorValue 屬性
Gets or sets the old value that is replaced by the transaction.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.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
A string that represents the old value.