TransactionId 속성
Gets or sets the ID of the transaction to which the annotations belong.
네임스페이스: Microsoft.MasterDataServices.Services.MessageContracts
어셈블리: Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)
구문
‘선언
<MessageBodyMemberAttribute> _
Public Property TransactionId As Integer
Get
Set
‘사용 방법
Dim instance As TransactionAnnotationsGetResponse
Dim value As Integer
value = instance.TransactionId
instance.TransactionId = value
[MessageBodyMemberAttribute]
public int TransactionId { get; set; }
[MessageBodyMemberAttribute]
public:
property int TransactionId {
int get ();
void set (int value);
}
[<MessageBodyMemberAttribute>]
member TransactionId : int with get, set
function get TransactionId () : int
function set TransactionId (value : int)
속성 값
유형: System. . :: . .Int32
Integer representing the ID.