次の方法で共有


TransactionSearchCriteria.TransactionId プロパティ

トランザクションの識別子を取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.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<Int32>
トランザクションの識別子。

関連項目

参照

TransactionSearchCriteria クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間