共用方式為


TransactionSearchCriteria.PriorValue 屬性

Gets or sets a prior transaction value.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property PriorValue As String 
    Get 
    Set
'用途
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)

屬性值

型別:System.String
A prior transaction value.

請參閱

參考

TransactionSearchCriteria 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間