PriorValue 속성
Gets or sets a prior transaction value.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.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 string that represents the prior value.