다음을 통해 공유


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 네임스페이스