PriorValue 屬性
Gets or sets a prior transaction value.
命名空間: Microsoft.MasterDataServices.Services.DataContracts
組件: Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.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
String representing the value.