다음을 통해 공유


TransactionId 속성

Gets or sets a transaction ID.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)

구문

‘선언
<DataMemberAttribute(IsRequired := False)> _
Public Property TransactionId As Nullable(Of Integer)
    Get
    Set
‘사용 방법
Dim instance As TransactionSearchCriteria
Dim value As Nullable(Of Integer)

value = instance.TransactionId

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

속성 값

유형: System. . :: . .Nullable< (Of < ( <'Int32> ) > ) >
Integer representing the ID.