PriorId 属性

Gets or sets the prior ID of the transaction that was reversed.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property PriorId As Integer
    Get
    Set
用法
Dim instance As ReplacementId
Dim value As Integer

value = instance.PriorId

instance.PriorId = value
[DataMemberAttribute]
public int PriorId { get; set; }
[DataMemberAttribute]
public:
property int PriorId {
    int get ();
    void set (int value);
}
[<DataMemberAttribute>]
member PriorId : int with get, set
function get PriorId () : int
function set PriorId (value : int)

属性值

类型:System. . :: . .Int32
An integer that represents the ID.