次の方法で共有


Transaction.UserId プロパティ

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

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<DataMemberAttribute> _
Public Property UserId As Identifier 
    Get 
    Set
'使用
Dim instance As Transaction 
Dim value As Identifier 

value = instance.UserId

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

プロパティ値

型: Microsoft.MasterDataServices.Services.DataContracts.Identifier
トランザクションを作成したユーザーの識別子。

関連項目

参照

Transaction クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間